#A0E7DB
A light, moderate cyan closely aligning with Paleturquoise.
About #A0E7DB
The hex code #A0E7DB 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(160, 231, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 31% Cyan, 0% Magenta, 5% Yellow, and 9% Black. The HSL representation is 169.9° hue, 59.7% saturation, and 76.7% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0E7DB
RGB160, 231, 219
HSL169.9°, 59.7%, 76.7%
CMYK31%, 0%, 5%, 9%
HSV169.9°, 30.7%, 90.6%
LAB86.9, -24.6, -1.2
XYZ55.9, 69.7, 77.5
Decimal10545115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.95:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E7DB;
}
.text-color {
color: #A0E7DB;
}
.border-color {
border: 2px solid #A0E7DB;
}