Degrees Minutes Seconds (DMS) Converter — Fórmula
## Degrees, Minutes, Seconds (DMS)
### Conversion
1 degree = 60 minutes = 3600 seconds
### Decimal to DMS
1. Degrees = integer part of the decimal
2. Multiply the fractional part by 60 → Minutes = integer part
3. Multiply the remaining fraction by 60 → Seconds
### Example: 45.7625°
- Degrees: 45
- 0.7625 × 60 = 45.75 → Minutes: 45
- 0.75 × 60 = 45 → Seconds: 45
- Result: 45° 45' 45"
### Conversion
1 degree = 60 minutes = 3600 seconds
### Decimal to DMS
1. Degrees = integer part of the decimal
2. Multiply the fractional part by 60 → Minutes = integer part
3. Multiply the remaining fraction by 60 → Seconds
### Example: 45.7625°
- Degrees: 45
- 0.7625 × 60 = 45.75 → Minutes: 45
- 0.75 × 60 = 45 → Seconds: 45
- Result: 45° 45' 45"
Ejemplo Resuelto
Convert 45.7625° to DMS.
- Degrees = floor(45.7625) = 45°
- Remaining = 0.7625 × 60 = 45.75
- Minutes = 45'
- Remaining = 0.75 × 60 = 45
- Seconds = 45"
- Result: 45° 45' 45"