#24F0F8
A medium, vivid cyan closely aligning with Aqua.
About #24F0F8
When working with digital screens, the color #24F0F8 is rendered by mixing light. Its closest recognized web color is Aqua. In the RGB color space, it consists of 36 red, 240 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 85% cyan and 3% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#24F0F8
RGB36, 240, 248
HSL182.3°, 93.8%, 55.7%
CMYK85%, 3%, 0%, 3%
HSV182.3°, 85.5%, 97.3%
LAB86.7, -42.4, -17.0
XYZ48.8, 69.5, 99.6
Decimal2420984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.89:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F0F8;
}
.text-color {
color: #24F0F8;
}
.border-color {
border: 2px solid #24F0F8;
}