Shades of Dark Turquoise #0DC0DB
Tints of Dark Turquoise #0DC0DB
RGB
CMYK
RGB Variations
Color information
#0DC0DB (or 0x0DC0DB) is known color: Dark Turquoise. HEX triplet: 0D, C0 and DB. RGB value is (13,192,219). Sum of RGB (Red+Green+Blue) = 13+192+219=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DC0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0DB is #F23F24. Grayscale: #8D8D8D. Windows color (decimal): -15875877 or 14401549. OLE color: 14401549.
HSL color Cylindrical-coordinate representation of color #0DC0DB: hue angle of 187.86º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC0DB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 192 | 219 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.14 |
| HSL | 187.86º | 0.89% | 0.45% | - |
| HSV(B) | 187.86º | 0.94% | 0.86% | - |
| XYZ | 31.8 | 42.9 | 73.62 | - |
| YUV | 141.56 | 171.7 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 219 | 0.94 | 0.12 | 0 | 0.14 | 187.86 | 0.89 | 0.45 |
| Hex | D | C0 | DB | 5E | C | 0 | E | BC | 59 | 2D |
| Octal | 15 | 300 | 333 | 136 | 14 | 0 | 16 | 274 | 131 | 55 |
| Binary | 1101 | 11000000 | 11011011 | 1011110 | 1100 | 0 | 1110 | 10111100 | 1011001 | 101101 |
Color Harmonies of #0DC0DB
Complementary color
Monochromatic Colors of #0DC0DB
Black with #0DC0DB
Text Example
Text Example
White with #0DC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0DB; }
p { color: rgb(13,192,219); }
H1.HeaderClassName
{
color: #0DC0DB;
}
.AnyTagClassName
{
color: #0DC0DB;
}
</style>
background-color css
<style>
a { background-color: #0DC0DB; }
a { background-color: rgb(13,192,219); }
div.DivClassName
{
background-color: #0DC0DB;
}
.BgClassName
{
background-color: #0DC0DB;
}
</style>
border-color css
<style>
span { border-color: #0DC0DB; }
span { border-color: rgb(13,192,219); }
td.TdClassName
{
border-color: #0DC0DB;
}
.TagClassName
{
border-color: #0DC0DB;
}
</style>