#C5F0F0
A very light, moderate cyan closely aligning with Paleturquoise.
About #C5F0F0
When working with digital screens, the color #C5F0F0 is rendered by mixing light. Its closest recognized web color is Paleturquoise. Its digital footprint relies on 197 parts red, 240 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 0% Magenta, 0% Yellow, and 6% 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#C5F0F0
RGB197, 240, 240
HSL180.0°, 58.9%, 85.7%
CMYK18%, 0%, 0%, 6%
HSV180.0°, 17.9%, 94.1%
LAB91.9, -13.7, -4.6
XYZ69.9, 80.5, 94.3
Decimal12972272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.10:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F0F0;
}
.text-color {
color: #C5F0F0;
}
.border-color {
border: 2px solid #C5F0F0;
}