Audited ·Last updated 31 Jul 2026·5 citations·Tier 1·0 uses

Angle Converter — Degrees, Radians, DMS & Turns

Convert plane angles among degrees, radians, gradians, turns and multiples of π, with an exact degrees-minutes-seconds result.

Angle Converter

Positive, negative and multi-turn angles are accepted. Results are not wrapped to one turn.
Input unit
Decimal degrees
12.3457
Radians
0.2155 rad
Gradians / gon
13.7174 gon
Turns
0.0343
Multiples of π radians
0.0686π rad
Degrees, minutes, seconds
12° 20′ 44.4408″

Background.

Angles are ratios, but the units used to write them come from several different traditions. The radian is the coherent SI unit: one radian is the angle that cuts an arc equal in length to the circle's radius. Degrees divide a full turn into 360 parts. Gradians, also called gon, divide it into 400. A turn or revolution names the whole circle directly, while “π radians” is a convenient way to preserve familiar fractions such as π/2 without hiding the factor of π in a decimal.

BIPM gives the relationship that connects the entire page: 360 degrees equals 2π radians exactly. From that identity, a half turn is 180 degrees or π radians, a right angle is 90 degrees or π/2 radians, and one degree is π/180 radians. NIST's conversion table independently gives one gon as 0.9 degree and one revolution as 2π radians. These are definitions, not measured constants, so no uncertainty or locale-specific factor is involved.

Degrees-minutes-seconds, or DMS, is another notation for degrees rather than a different kind of angle. It is sexagesimal: one degree contains 60 arcminutes and one arcminute contains 60 arcseconds. Decimal 12.5 degrees is therefore 12 degrees 30 minutes 0 seconds. The page always shows DMS beside the numeric unit results and correctly carries a seconds value that rounds to 60 into the next minute. A negative sign applies to the complete angle; minutes and seconds remain non-negative components.

Choose the unit your number already uses. The calculator first converts it to degrees, then derives radians, gradians, turns and π-radian multiples from that common value. Decimal.js performs every arithmetic step, including π, and numeric outputs cross the display boundary after rounding to ten decimal places. The DMS string is assembled from the unrounded degree value so it does not inherit an earlier rounded intermediate.

Angles are not automatically bearings. This page deliberately preserves −30 degrees, 390 degrees and 2.5 turns as entered rather than wrapping them into a 0–360 range. In geometry, rotation, phase and animation, the number of completed turns or direction of rotation may matter. A navigation bearing has additional normalization rules, and a latitude or longitude has limits plus a cardinal hemisphere. Use the coordinate converter when N/S/E/W is part of the meaning.

Likewise, DMS precision should not be mistaken for physical accuracy. Writing many arcsecond decimals only states the numerical angle more finely. In geographic coordinates, the ground distance represented by one longitude second changes with latitude, and the accuracy can never exceed the source measurement. The converter preserves and rearranges the input; it does not improve a survey, sensor or map.

The π-radian mode accepts the coefficient rather than the product. Enter 0.5 to mean π/2 radians, not the decimal number 0.5 radians. This mode is useful for textbook and trigonometric values, while the ordinary radians mode is appropriate for a measured or already-decimal radian value. Both produce the same outputs when their inputs describe the same angle.

This separation of value, unit and context is the key to reliable angle conversion. The formulas are exact, the output set makes cross-checking easy, and the page refuses to invent coordinate semantics that an angle alone does not carry.

What is angle converter?

A plane-angle converter preserves an angle while changing the unit used to express it. The degree and gradian partition one turn into 360 and 400 equal parts. The radian relates arc length to radius, making one turn 2π radians. DMS subdivides one degree into 60 arcminutes and each arcminute into 60 arcseconds. Because these relationships are definitional, conversion requires only multiplication or division by exact factors and π.

How to use this calculator.

  1. Enter the angle and choose the unit it currently uses.
  2. For a value written as a multiple of π, enter only its coefficient and select the π-radians mode.
  3. Read decimal degrees as the primary result and use radians, gradians, turns or DMS from the breakdown.
  4. Keep the sign on the whole DMS result; do not make minutes or seconds negative separately.
  5. Use a coordinate-specific tool if the number represents latitude, longitude or a bearing that must be range-checked or wrapped.

The formula.

360° = 2π rad = 400 gon = 1 turn

Every mode first becomes degrees. Ordinary radians multiply by 180/π. Gradians multiply by the exact NIST factor 0.9 degree per gon. Turns multiply by 360. A coefficient of π radians multiplies by 180, because π radians equals 180 degrees. Once degrees are known, the reverse factors produce every result.

DMS decomposition uses the absolute value. The integer part is degrees. Multiply the remaining fraction by 60; its integer part is minutes. Multiply the remaining minute fraction by 60 for seconds. The original sign is added once before the degree component. Seconds are rounded to ten decimal places; if that result is 60, it becomes zero and one minute is carried, with the same carry from 60 minutes into one degree.

For example, 12.345678 degrees leaves 0.345678 after extracting 12. Multiplying by 60 gives 20.74068, so minutes are 20. The remaining 0.74068×60 is 44.4408 seconds. The DMS result is 12° 20′ 44.4408″. The radian result follows independently as 12.345678×π/180.

A worked example.

Example

Start with 12.345678 decimal degrees. The whole-degree component is 12. Multiply the remaining 0.345678 by 60 to get 20.74068 arcminutes, so keep 20 minutes. Multiply the remaining 0.74068 by 60 to get 44.4408 arcseconds. The DMS form is 12° 20′ 44.4408″. The same angle is 0.2154727295 radians, 13.71742 gon, 0.03429355 turns and 0.0685871π radians after the final display rounding.

value12.346
from Unitdegrees

Frequently asked questions.

How do I convert degrees to radians?
Multiply degrees by π/180. For example, 90×π/180 = π/2 radians. BIPM's exact identity 360° = 2π rad is the source of the factor.
How do I convert radians to degrees?
Multiply radians by 180/π. One radian is approximately 57.2957795131 degrees, while π radians is exactly 180 degrees.
What are gradians or gon?
A full turn contains 400 gradians, so a right angle is 100 gon. NIST lists one gon as exactly 0.9 degree.
How are decimal degrees converted to DMS?
Keep the whole degrees, multiply the fractional part by 60 for minutes, then multiply the remaining minute fraction by 60 for seconds. Apply any negative sign to the whole angle.
Is one turn the same as 360 degrees?
Yes. One turn or revolution is exactly 360 degrees, 400 gon or 2π radians.
What should I enter in the π-radians mode?
Enter the coefficient of π. Enter 0.5 for π/2, 1 for π and 2 for 2π. If your value is already a decimal count of radians, choose ordinary radians instead.
Why does the calculator not wrap 450 degrees to 90?
Because unit conversion should preserve the entered angle, including completed turns. Wrapping is a separate bearing or phase-normalization operation and could discard meaningful rotation count.
Can I use DMS output as a latitude or longitude?
Only after supplying coordinate context. Latitude is limited to ±90, longitude to ±180, and the sign maps to a hemisphere. This page converts an angle but does not invent N/S/E/W.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 977 calculators remain free
  • No billing is enabled
Coming soon