#A0FFF0
A very light, vivid cyan closely aligning with Paleturquoise.
About #A0FFF0
At its core, #A0FFF0 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Paleturquoise. In the RGB color space, it consists of 160 red, 255 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 37% Cyan, 0% Magenta, 6% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0FFF0
RGB160, 255, 240
HSL170.5°, 100.0%, 81.4%
CMYK37%, 0%, 6%, 0%
HSV170.5°, 37.3%, 100.0%
LAB94.0, -31.4, -1.7
XYZ66.0, 85.3, 95.4
Decimal10551280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.06:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FFF0;
}
.text-color {
color: #A0FFF0;
}
.border-color {
border: 2px solid #A0FFF0;
}