#24D3E9
A medium, vivid cyan closely aligning with Darkturquoise.
About #24D3E9
At its core, #24D3E9 is a medium and vivid hue. Its closest recognized web color is Darkturquoise. Its digital footprint relies on 36 parts red, 211 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 9% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24D3E9
RGB36, 211, 233
HSL186.7°, 81.7%, 52.7%
CMYK85%, 9%, 0%, 9%
HSV186.7°, 84.5%, 91.4%
LAB77.8, -33.6, -22.6
XYZ38.7, 52.8, 85.2
Decimal2413545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.57:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24D3E9;
}
.text-color {
color: #24D3E9;
}
.border-color {
border: 2px solid #24D3E9;
}