#99F8F8
A light, vivid cyan closely aligning with Paleturquoise.
About #99F8F8
The hex code #99F8F8 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(153, 248, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 38% Cyan, 0% Magenta, 0% Yellow, and 3% Black. The HSL representation is 180.0° hue, 87.2% saturation, and 78.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99F8F8
RGB153, 248, 248
HSL180.0°, 87.2%, 78.6%
CMYK38%, 0%, 0%, 3%
HSV180.0°, 38.3%, 97.3%
LAB92.0, -28.0, -8.9
XYZ63.6, 80.7, 101.0
Decimal10090744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.14:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F8F8;
}
.text-color {
color: #99F8F8;
}
.border-color {
border: 2px solid #99F8F8;
}