Q to cm
Snapshot
1 Quarters equals 0.025 Centimeters. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses print-unit scaling anchored to the CSS reference of 96 pixels per inch.
- Example: For 8 Quarters, the result equals 0.2 Centimeters.
- 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.025 Centimeters (cm)
SwitchMachine access
Available to apps and AI agents
Q to cm 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
typography-units- Source unit
quarters- Target unit
centimeters
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/convertRequest
{
"family": "typography-units",
"value": 1,
"from": "quarters",
"to": "centimeters"
}Essential response
{
"ok": true,
"conversion": {
"family": "typography-units",
"value": 1,
"from": "quarters",
"to": "centimeters",
"result": {
"raw": 0.025,
"display": "0.025"
},
"canonicalPath": "/typography-units/quarters-to-centimeters/"
}
}Explanation
Formula: Centimeters = Quarters × 0.025. Why: print-oriented units such as points, picas, inches, centimeters, millimeters, and Q units are normalized through the CSS reference of 96 pixels per inch.
Quarters (Q): a Japanese typography unit equal to one quarter of a millimeter, used in some print and layout workflows.
Centimeters (cm): a metric length unit used for print and physical-size references.
This route is useful when comparing print-oriented typography measures across points, picas, millimeters, centimeters, inches, and Q units for editorial and layout work.
This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.
Common Conversion Values
| Quarters (Q) | Centimeters (cm) |
|---|---|
| 8 | 0.2 |
| 10 | 0.25 |
| 12 | 0.3 |
| 14 | 0.35 |
| 16 | 0.4 |
| 18 | 0.45 |
| 24 | 0.6 |
| 32 | 0.8 |
| 48 | 1.2 |
| 96 | 2.4 |
Questions & answers
Frequently Asked Questions
What defines Q to cm?
Both units are normalized through CSS pixels, then converted using a fixed ratio.
Are the reverse pages available?
Yes. Use the switch button or open the Centimeters to Quarters page.
Can I use decimal values for Quarters to Centimeters?
Yes. Decimal inputs are supported for Quarters to Centimeters, and the mirror direction keeps inverse assumptions aligned.