#24E9BD
A medium, vivid cyan closely aligning with Aquamarine.
About #24E9BD
At its core, #24E9BD is a medium and vivid hue. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 233, and 189.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 85% cyan, 0% magenta, 19% yellow, and 9% black. The HSL representation is 166.6° hue, 81.7% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24E9BD
RGB36, 233, 189
HSL166.6°, 81.7%, 52.7%
CMYK85%, 0%, 19%, 9%
HSV166.6°, 84.5%, 91.4%
LAB83.1, -55.4, 8.6
XYZ39.1, 62.3, 58.1
Decimal2419133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.47:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E9BD;
}
.text-color {
color: #24E9BD;
}
.border-color {
border: 2px solid #24E9BD;
}