This converter is designed to convert decimal degree values to the more traditional degrees, minutes, and seconds (DMS) format. This tool is perfect for surveyors, engineers, and navigators who need precise angle measurements.
All calculations are based on the standard conversion formulas from decimal degrees to degrees, minutes, and seconds.
To convert decimal degrees to DMS:
Degrees = integer part of decimal degrees
Minutes = integer part of (decimal degrees - degrees) × 60
Seconds = (decimal degrees - degrees - minutes/60) × 3600
For a decimal degree value of 123.456:
Decimal degrees (DD) express latitude and longitude geographic coordinates as a decimal fraction.
To convert decimal degrees to degrees, minutes, and seconds (DMS), you split the decimal degrees into its integer and fractional parts, then convert these parts into degrees, minutes, and seconds.