Shades of Dark Turquoise #00D6CF
Tints of Dark Turquoise #00D6CF
RGB
CMYK
RGB Variations
Color information
#00D6CF (or 0x00D6CF) is known color: Dark Turquoise. HEX triplet: 00, D6 and CF. RGB value is (0,214,207). Sum of RGB (Red+Green+Blue) = 0+214+207=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6CF is #FF2930. Grayscale: #959595. Windows color (decimal): -16722225 or 13620736. OLE color: 13620736.
HSL color Cylindrical-coordinate representation of color #00D6CF: hue angle of 178.04º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6CF is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 207 | - |
| CMYK | 1 | 0 | 0.03 | 0.16 |
| HSL | 178.04º | 1% | 0.42% | - |
| HSV(B) | 178.04º | 1% | 0.84% | - |
| XYZ | 35.31 | 52.6 | 67.32 | - |
| YUV | 149.22 | 160.6 | 21.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 207 | 1 | 0 | 0.03 | 0.16 | 178.04 | 1 | 0.42 |
| Hex | 0 | D6 | CF | 64 | 0 | 3 | 10 | B2 | 64 | 2A |
| Octal | 0 | 326 | 317 | 144 | 0 | 3 | 20 | 262 | 144 | 52 |
| Binary | 0 | 11010110 | 11001111 | 1100100 | 0 | 11 | 10000 | 10110010 | 1100100 | 101010 |
Color Harmonies of #00D6CF
Complementary color
Monochromatic Colors of #00D6CF
Black with #00D6CF
Text Example
Text Example
White with #00D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6CF; }
p { color: rgb(0,214,207); }
H1.HeaderClassName
{
color: #00D6CF;
}
.AnyTagClassName
{
color: #00D6CF;
}
</style>
background-color css
<style>
a { background-color: #00D6CF; }
a { background-color: rgb(0,214,207); }
div.DivClassName
{
background-color: #00D6CF;
}
.BgClassName
{
background-color: #00D6CF;
}
</style>
border-color css
<style>
span { border-color: #00D6CF; }
span { border-color: rgb(0,214,207); }
td.TdClassName
{
border-color: #00D6CF;
}
.TagClassName
{
border-color: #00D6CF;
}
</style>