#24F8F8
A medium, vivid cyan closely aligning with Aqua.
About #24F8F8
The hex code #24F8F8 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Aqua. This translates to an RGB value of rgb(36, 248, 248).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24F8F8
RGB36, 248, 248
HSL180.0°, 93.8%, 55.7%
CMYK85%, 0%, 0%, 3%
HSV180.0°, 85.5%, 97.3%
LAB89.1, -45.9, -13.6
XYZ51.2, 74.3, 100.4
Decimal2423032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.86:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F8F8;
}
.text-color {
color: #24F8F8;
}
.border-color {
border: 2px solid #24F8F8;
}