#99FFF8
A very light, vivid cyan closely aligning with Paleturquoise.
About #99FFF8
When working with digital screens, the color #99FFF8 is rendered by mixing light. It is closely associated with the named CSS color Paleturquoise. Its digital footprint relies on 153 parts red, 255 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 40% C, 0% M, 3% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#99FFF8
RGB153, 255, 248
HSL175.9°, 100.0%, 80.0%
CMYK40%, 0%, 3%, 0%
HSV175.9°, 40.0%, 100.0%
LAB93.9, -31.4, -6.0
XYZ65.8, 85.1, 101.8
Decimal10092536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
18.01:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FFF8;
}
.text-color {
color: #99FFF8;
}
.border-color {
border: 2px solid #99FFF8;
}