What is the RGB code for turquoise blue?
The CSS color turquoise blue in RGB format is rgb(6, 177, 196). 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: rgb(6, 177, 196);
- Background: background-color: rgb(6, 177, 196);
- Border: border-color: rgb(6, 177, 196);
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 RGB?
Select turquoise blue from the color name list in our color converter. The RGB value — rgb(6, 177, 196) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.