#A0F8FF
A very light, vivid cyan closely aligning with Paleturquoise.
About #A0F8FF
When working with digital screens, the color #A0F8FF is rendered by mixing light. Its closest recognized web color is Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 248, and 255.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 37% C, 3% M, 0% Y, and 0% K. With a hue angle of 184.4 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0F8FF
RGB160, 248, 255
HSL184.4°, 100.0%, 81.4%
CMYK37%, 3%, 0%, 0%
HSV184.4°, 37.3%, 100.0%
LAB92.5, -24.6, -11.7
XYZ66.1, 81.8, 106.9
Decimal10549503
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.37:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F8FF;
}
.text-color {
color: #A0F8FF;
}
.border-color {
border: 2px solid #A0F8FF;
}