#A0E9E9
A light, moderate cyan closely aligning with Paleturquoise.
About #A0E9E9
When working with digital screens, the color #A0E9E9 is rendered by mixing light. Its closest recognized web color is Paleturquoise. This translates to an RGB value of rgb(160, 233, 233).
For print applications, it's crucial to understand its CMYK makeup. The color uses 31% Cyan, 0% Magenta, 0% Yellow, and 9% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E9E9
RGB160, 233, 233
HSL180.0°, 62.4%, 77.1%
CMYK31%, 0%, 0%, 9%
HSV180.0°, 31.3%, 91.4%
LAB87.8, -22.4, -7.2
XYZ58.3, 71.6, 87.8
Decimal10545641
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E9E9;
}
.text-color {
color: #A0E9E9;
}
.border-color {
border: 2px solid #A0E9E9;
}