Pale Turquoise Hex Code — #AFEEEE
RGB, HSL, and CMYK values for Pale Turquoise.
Pale Turquoise Color Values
| Format | Value |
|---|---|
| HEX | #AFEEEE |
| RGB | rgb(175, 238, 238) |
| HSL | hsl(180, 65%, 81%) |
| CMYK | cmyk(26%, 0%, 0%, 7%) |
Want to explore more shades? Use our Color Converter
About Pale Turquoise
Color psychology: Freshness, calm.
Pale Turquoise (#AFEEEE) is a light shade of blue. It's commonly used in web design, graphic design, and branding where freshness, calm are desired associations.
How to Use Pale Turquoise in CSS
/* Using HEX */ color: #AFEEEE; background-color: #AFEEEE; /* Using RGB */ color: rgb(175, 238, 238); /* Using HSL */ color: hsl(180, 65%, 81%);