#A0FFFF
A very light, vivid cyan closely aligning with Paleturquoise.
About #A0FFFF
The hex code #A0FFFF represents a beautifully specific shade of cyan. Its closest recognized web color is Paleturquoise. This translates to an RGB value of rgb(160, 255, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 37% C, 0% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A0FFFF
RGB160, 255, 255
HSL180.0°, 100.0%, 81.4%
CMYK37%, 0%, 0%, 0%
HSV180.0°, 37.3%, 100.0%
LAB94.4, -28.0, -8.9
XYZ68.3, 86.2, 107.6
Decimal10551295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.24:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FFFF;
}
.text-color {
color: #A0FFFF;
}
.border-color {
border: 2px solid #A0FFFF;
}