#99FFF0
A very light, vivid cyan closely aligning with Paleturquoise.
About #99FFF0
The precise color #99FFF0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 153 red, 255 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 40% C, 0% M, 6% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99FFF0
RGB153, 255, 240
HSL171.2°, 100.0%, 80.0%
CMYK40%, 0%, 6%, 0%
HSV171.2°, 40.0%, 100.0%
LAB93.7, -33.2, -2.2
XYZ64.6, 84.6, 95.4
Decimal10092528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.92:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FFF0;
}
.text-color {
color: #99FFF0;
}
.border-color {
border: 2px solid #99FFF0;
}