#A0F8E2
A very light, vivid cyan closely aligning with Paleturquoise.
About #A0F8E2
At its core, #A0F8E2 is a very light and vivid hue. It is closely associated with the named CSS color Paleturquoise. Its digital footprint relies on 160 parts red, 248 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 35% C, 0% M, 9% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0F8E2
RGB160, 248, 226
HSL165.0°, 86.3%, 80.0%
CMYK35%, 0%, 9%, 3%
HSV165.0°, 35.5%, 97.3%
LAB91.7, -31.2, 2.2
XYZ61.8, 80.1, 84.2
Decimal10549474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.02:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F8E2;
}
.text-color {
color: #A0F8E2;
}
.border-color {
border: 2px solid #A0F8E2;
}