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