What is the HSL code for turquoise blue?
The CSS color turquoise blue in HSL format is hsl(186, 94.1%, 39.6%). 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: hsl(186, 94.1%, 39.6%);
- Background: background-color: hsl(186, 94.1%, 39.6%);
- Border: border-color: hsl(186, 94.1%, 39.6%);
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 HSL?
Select turquoise blue from the color name list in our color converter. The HSL value — hsl(186, 94.1%, 39.6%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.