#C5FFF8
A very light, vivid cyan closely aligning with Paleturquoise.
About #C5FFF8
When working with digital screens, the color #C5FFF8 is rendered by mixing light. Its closest recognized web color is Paleturquoise. In the RGB color space, it consists of 197 red, 255 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 23% cyan, 0% magenta, 3% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#C5FFF8
RGB197, 255, 248
HSL172.8°, 100.0%, 88.6%
CMYK23%, 0%, 3%, 0%
HSV172.8°, 22.7%, 100.0%
LAB96.1, -19.5, -2.6
XYZ75.7, 90.2, 102.2
Decimal12976120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.03:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FFF8;
}
.text-color {
color: #C5FFF8;
}
.border-color {
border: 2px solid #C5FFF8;
}