Turquoise Green Hex Code — #A0D6B4
RGB, HSL, and CMYK values for Turquoise Green.
Turquoise Green Color Values
| Format | Value |
|---|---|
| HEX | #A0D6B4 |
| RGB | rgb(160, 214, 180) |
| HSL | hsl(142, 40%, 73%) |
| CMYK | cmyk(25%, 0%, 16%, 16%) |
Want to explore more shades? Use our Color Converter
About Turquoise Green
Color psychology: Refreshment, calm.
Turquoise Green (#A0D6B4) is a light shade of green. It's commonly used in web design, graphic design, and branding where refreshment, calm are desired associations.
How to Use Turquoise Green in CSS
/* Using HEX */ color: #A0D6B4; background-color: #A0D6B4; /* Using RGB */ color: rgb(160, 214, 180); /* Using HSL */ color: hsl(142, 40%, 73%);