#A0F8F8
A very light, vivid cyan closely aligning with Paleturquoise.
About #A0F8F8
When working with digital screens, the color #A0F8F8 is rendered by mixing light. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 160 red, 248 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 35% Cyan, 0% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0F8F8
RGB160, 248, 248
HSL180.0°, 86.3%, 80.0%
CMYK35%, 0%, 0%, 3%
HSV180.0°, 35.5%, 97.3%
LAB92.3, -26.3, -8.4
XYZ65.0, 81.4, 101.1
Decimal10549496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.28:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F8F8;
}
.text-color {
color: #A0F8F8;
}
.border-color {
border: 2px solid #A0F8F8;
}