AngleDegrees to Turns

Degrees to Turns

Snapshot

1 Degree equals 0.002778 Turns. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This conversion uses a fixed factor based on exact radian-based angle definitions.
  • Example: For 0.1 Degrees, the result equals 0.000278 Turns.
  • Use the reverse page if you need the opposite direction with the same basis.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

0.002778 Turns (turn)

Switch

Machine access

Available to apps and AI agents

Degrees to Turns can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.

Machine-readable identifiers

Conversion family
angle
Source unit
degrees
Target unit
turns

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "angle",
  "value": 1,
  "from": "degrees",
  "to": "turns"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "angle",
    "value": 1,
    "from": "degrees",
    "to": "turns",
    "result": {
      "raw": 0.002777777777777778,
      "display": "0.002778"
    },
    "canonicalPath": "/angle/degrees-to-turns/"
  }
}
Full API documentation

Explanation

Formula: Turns = Degrees × 0.002778. Why: turns represent full revolutions, so the calculator normalizes through radians and preserves the exact relationship 1 turn = 2pi radians.

Degrees (deg): a common plane-angle unit where a full turn equals 360 degrees.

Turns (turn): a full-revolution angle unit where 1 turn equals 360 degrees or 2pi radians.

This route is useful when restating angular motion or rotational positions between full-turn notation and conventional degree, radian, or gradian scales.

This conversion is purely multiplicative because both units reduce through radians using exact plane-angle definitions with no offset.

Method & Reference

  • Method basis: exact conversion formula shown in Snapshot.
  • Applied factor: 1 Degree = 0.002778 Turns.
  • Consistency rule: calculator output and table values use the same constants and rounding policy.

Common Conversion Values

Degrees (deg)Turns (turn)
0.1 0.000278
1 0.002778
5 0.013889
10 0.027778
45 0.125
90 0.25
180 0.5
360 1

Questions & answers

Frequently Asked Questions

How is Degrees to Turns calculated?

The factor is derived through exact radian normalization, using pi-based relationships between degrees, gradians, turns, and radians.

Is there a reverse page for Turns to Degrees?

Yes. Use the mirror Turns to Degrees page to apply the inverse relationship with the same exact angle definitions.

How many degrees are in one full turn?

One turn is exactly 360 degrees, or 2pi radians, so turn routes stay tied to the same exact plane-angle definitions.