What is the HEX code for turquoise blue?
The CSS color turquoise blue in HEX format is #06b1c4. Use this value directly in CSS, SVG, and most design tools.
How do I use turquoise blue in CSS?
To apply turquoise blue in CSS:
- Text color: color: #06b1c4;
- Background: background-color: #06b1c4;
- Border: border-color: #06b1c4;
What are all the color format values for turquoise blue?
| Format | Value |
|---|---|
| HEX | #06b1c4 |
| RGB | rgb(6, 177, 196) |
| HSL | hsl(186, 94.1%, 39.6%) |
| CMYK | cmyk(96.9%, 9.7%, 0%, 23.1%) |
How do I convert turquoise blue to HEX?
Select turquoise blue from the color name list in our color converter. The HEX value — #06b1c4 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does turquoise blue belong to?
turquoise blue belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 186°, saturation 94.1%, lightness 39.6%.
How do I create lighter and darker shades of turquoise blue?
Lighter variant (lightness 54.6%): #1ee2f8. Darker variant (lightness 24.6%): #046e7a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.