#24F8E9
A medium, vivid cyan closely aligning with Aqua.
About #24F8E9
At its core, #24F8E9 is a medium and vivid hue. It is closely associated with the named CSS color Aqua. This translates to an RGB value of rgb(36, 248, 233).
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, 6% yellow, and 3% black. The HSL representation is 175.8° hue, 93.8% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24F8E9
RGB36, 248, 233
HSL175.8°, 93.8%, 55.7%
CMYK85%, 0%, 6%, 3%
HSV175.8°, 85.5%, 97.3%
LAB88.6, -50.1, -6.4
XYZ49.0, 73.4, 88.7
Decimal2423017
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.68:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F8E9;
}
.text-color {
color: #24F8E9;
}
.border-color {
border: 2px solid #24F8E9;
}