Shades of Dark Turquoise #06D3CE
Tints of Dark Turquoise #06D3CE
RGB
CMYK
RGB Variations
Color information
#06D3CE (or 0x06D3CE) is known color: Dark Turquoise. HEX triplet: 06, D3 and CE. RGB value is (6,211,206). Sum of RGB (Red+Green+Blue) = 6+211+206=423 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #06D3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D3CE is #F92C31. Grayscale: #949494. Windows color (decimal): -16329778 or 13554438. OLE color: 13554438.
HSL color Cylindrical-coordinate representation of color #06D3CE: hue angle of 178.54º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D3CE is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 211 | 206 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.17 |
| HSL | 178.54º | 0.94% | 0.43% | - |
| HSV(B) | 178.54º | 0.97% | 0.83% | - |
| XYZ | 34.51 | 51.08 | 66.43 | - |
| YUV | 149.14 | 160.08 | 25.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 206 | 0.97 | 0 | 0.02 | 0.17 | 178.54 | 0.94 | 0.43 |
| Hex | 6 | D3 | CE | 61 | 0 | 2 | 11 | B3 | 5E | 2B |
| Octal | 6 | 323 | 316 | 141 | 0 | 2 | 21 | 263 | 136 | 53 |
| Binary | 110 | 11010011 | 11001110 | 1100001 | 0 | 10 | 10001 | 10110011 | 1011110 | 101011 |
Color Harmonies of #06D3CE
Complementary color
Monochromatic Colors of #06D3CE
Black with #06D3CE
Text Example
Text Example
White with #06D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D3CE; }
p { color: rgb(6,211,206); }
H1.HeaderClassName
{
color: #06D3CE;
}
.AnyTagClassName
{
color: #06D3CE;
}
</style>
background-color css
<style>
a { background-color: #06D3CE; }
a { background-color: rgb(6,211,206); }
div.DivClassName
{
background-color: #06D3CE;
}
.BgClassName
{
background-color: #06D3CE;
}
</style>
border-color css
<style>
span { border-color: #06D3CE; }
span { border-color: rgb(6,211,206); }
td.TdClassName
{
border-color: #06D3CE;
}
.TagClassName
{
border-color: #06D3CE;
}
</style>