#99F0E2
A light, vivid cyan closely aligning with Paleturquoise.
About #99F0E2
At its core, #99F0E2 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Paleturquoise. In the RGB color space, it consists of 153 red, 240 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 36% C, 0% M, 6% Y, and 6% K. With a hue angle of 170.3 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99F0E2
RGB153, 240, 226
HSL170.3°, 74.4%, 77.1%
CMYK36%, 0%, 6%, 6%
HSV170.3°, 36.2%, 94.1%
LAB89.2, -29.3, -1.5
XYZ58.0, 74.6, 83.3
Decimal10088674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.92:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F0E2;
}
.text-color {
color: #99F0E2;
}
.border-color {
border: 2px solid #99F0E2;
}