#24F8E2
A medium, vivid cyan closely aligning with Turquoise.
About #24F8E2
At its core, #24F8E2 is a medium and vivid hue. Designers often compare it to the standard color Turquoise. This translates to an RGB value of rgb(36, 248, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 85% Cyan, 0% Magenta, 9% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24F8E2
RGB36, 248, 226
HSL173.8°, 93.8%, 55.7%
CMYK85%, 0%, 9%, 3%
HSV173.8°, 85.5%, 97.3%
LAB88.4, -52.0, -3.0
XYZ48.0, 73.0, 83.5
Decimal2423010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.60:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F8E2;
}
.text-color {
color: #24F8E2;
}
.border-color {
border: 2px solid #24F8E2;
}