Medium Turquoise Hex Code — #48D1CC
RGB, HSL, and CMYK values for Medium Turquoise.
Medium Turquoise Color Values
| Format | Value |
|---|---|
| HEX | #48D1CC |
| RGB | rgb(72, 209, 204) |
| HSL | hsl(178, 60%, 55%) |
| CMYK | cmyk(66%, 0%, 2%, 18%) |
Want to explore more shades? Use our Color Converter
About Medium Turquoise
Color psychology: Balance, energy.
Medium Turquoise (#48D1CC) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where balance, energy are desired associations.
How to Use Medium Turquoise in CSS
/* Using HEX */ color: #48D1CC; background-color: #48D1CC; /* Using RGB */ color: rgb(72, 209, 204); /* Using HSL */ color: hsl(178, 60%, 55%);