#AFEEEE
paleturquoise
#AFEEEE is a cyan colour. In RGB it is 175 red, 238 green and 238 blue, which converts to a hue of 180 degrees, 65% saturation and 81% lightness. It is one of the named CSS colours, written as paleturquoise in stylesheets.
Color values
| HEX | #AFEEEE |
|---|---|
| RGB | rgb(175, 238, 238) |
| HSL | hsl(180, 65%, 81%) |
| HSV | hsv(180, 26%, 93%) |
| CMYK | cmyk(26%, 0%, 0%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 1.29:1, and against black it is 16.29:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.29:1 | Fail | Fail |
| Black | 16.29:1 | AAA | AAA |
Tints and shades
Lighter tints move #AFEEEE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #AFEEEE; |
|---|---|
| CSS rgb() | color: rgb(175 238 238); |
| Tailwind | bg-[#afeeee] |
| SwiftUI | Color(red: 0.686, green: 0.933, blue: 0.933) |
| Android | Color.parseColor("#AFEEEE") |