#24E9E9
A medium, vivid cyan closely aligning with Aqua.
About #24E9E9
The hex code #24E9E9 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Aqua. Its digital footprint relies on 36 parts red, 233 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 85% C, 0% M, 0% Y, and 9% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24E9E9
RGB36, 233, 233
HSL180.0°, 81.7%, 52.7%
CMYK85%, 0%, 0%, 9%
HSV180.0°, 84.5%, 91.4%
LAB84.2, -43.6, -12.9
XYZ44.6, 64.5, 87.2
Decimal2419177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.91:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E9E9;
}
.text-color {
color: #24E9E9;
}
.border-color {
border: 2px solid #24E9E9;
}