#24FFE9
A medium, vivid cyan closely aligning with Aqua.
About #24FFE9
The precise color #24FFE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aqua. This translates to an RGB value of rgb(36, 255, 233).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 86% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24FFE9
RGB36, 255, 233
HSL174.0°, 100.0%, 57.1%
CMYK86%, 0%, 9%, 0%
HSV174.0°, 85.9%, 100.0%
LAB90.7, -53.0, -3.4
XYZ51.2, 77.8, 89.4
Decimal2424809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.56:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FFE9;
}
.text-color {
color: #24FFE9;
}
.border-color {
border: 2px solid #24FFE9;
}