Turquoise Hex Code — #40E0D0
RGB, HSL, and CMYK values for Turquoise.
Turquoise Color Values
| Format | Value |
|---|---|
| HEX | #40E0D0 |
| RGB | rgb(64, 224, 208) |
| HSL | hsl(174, 72%, 56%) |
| CMYK | cmyk(71%, 0%, 7%, 12%) |
Want to explore more shades? Use our Color Converter
About Turquoise
Color psychology: Refreshment, sophistication.
Turquoise (#40E0D0) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where refreshment, sophistication are desired associations.
How to Use Turquoise in CSS
/* Using HEX */ color: #40E0D0; background-color: #40E0D0; /* Using RGB */ color: rgb(64, 224, 208); /* Using HSL */ color: hsl(174, 72%, 56%);