#A0F8F0
A very light, vivid cyan closely aligning with Paleturquoise.
About #A0F8F0
Visually, #A0F8F0 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Paleturquoise. In the RGB color space, it consists of 160 red, 248 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 35% Cyan, 0% Magenta, 3% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0F8F0
RGB160, 248, 240
HSL174.5°, 86.3%, 80.0%
CMYK35%, 0%, 3%, 3%
HSV174.5°, 35.5%, 97.3%
LAB92.1, -28.1, -4.5
XYZ63.8, 80.9, 94.7
Decimal10549488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.18:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F8F0;
}
.text-color {
color: #A0F8F0;
}
.border-color {
border: 2px solid #A0F8F0;
}