Shades of Dark Turquoise #01C0DB
Tints of Dark Turquoise #01C0DB
RGB
CMYK
RGB Variations
Color information
#01C0DB (or 0x01C0DB) is known color: Dark Turquoise. HEX triplet: 01, C0 and DB. RGB value is (1,192,219). Sum of RGB (Red+Green+Blue) = 1+192+219=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #01C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0DB is #FE3F24. Grayscale: #898989. Windows color (decimal): -16662309 or 14401537. OLE color: 14401537.
HSL color Cylindrical-coordinate representation of color #01C0DB: hue angle of 187.43º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C0DB is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 1 | 192 | 219 | - |
CMYK | 1.00 | 0.12 | 0 | 0.14 |
HSL | 187.43º | 0.99% | 0.43% | - |
HSV(B) | 187.43º | 1% | 0.86% | - |
XYZ | 31.65 | 42.82 | 73.61 | - |
YUV | 137.97 | 173.72 | 30.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 192 | 219 | 1.00 | 0.12 | 0 | 0.14 | 187.43 | 0.99 | 0.43 |
Hex | 1 | C0 | DB | 64 | C | 0 | E | BB | 63 | 2B |
Octal | 1 | 300 | 333 | 144 | 14 | 0 | 16 | 273 | 143 | 53 |
Binary | 1 | 11000000 | 11011011 | 1100100 | 1100 | 0 | 1110 | 10111011 | 1100011 | 101011 |
Color Harmonies of #01C0DB
Complementary color
Monochromatic Colors of #01C0DB
Black with #01C0DB
Text Example
Text Example
White with #01C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0DB; }
p { color: rgb(1,192,219); }
H1.HeaderClassName
{
color: #01C0DB;
}
.AnyTagClassName
{
color: #01C0DB;
}
</style>
background-color css
<style>
a { background-color: #01C0DB; }
a { background-color: rgb(1,192,219); }
div.DivClassName
{
background-color: #01C0DB;
}
.BgClassName
{
background-color: #01C0DB;
}
</style>
border-color css
<style>
span { border-color: #01C0DB; }
span { border-color: rgb(1,192,219); }
td.TdClassName
{
border-color: #01C0DB;
}
.TagClassName
{
border-color: #01C0DB;
}
</style>