Shades of Dark Turquoise #0DCCDB
Tints of Dark Turquoise #0DCCDB
RGB
CMYK
RGB Variations
Color information
#0DCCDB (or 0x0DCCDB) is known color: Dark Turquoise. HEX triplet: 0D, CC and DB. RGB value is (13,204,219). Sum of RGB (Red+Green+Blue) = 13+204+219=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DCCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCDB is #F23324. Grayscale: #949494. Windows color (decimal): -15872805 or 14404621. OLE color: 14404621.
HSL color Cylindrical-coordinate representation of color #0DCCDB: hue angle of 184.37º 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 #0DCCDB is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 204 | 219 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.14 |
| HSL | 184.37º | 0.89% | 0.45% | - |
| HSV(B) | 184.37º | 0.94% | 0.86% | - |
| XYZ | 34.55 | 48.39 | 74.54 | - |
| YUV | 148.6 | 167.72 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 219 | 0.94 | 0.07 | 0 | 0.14 | 184.37 | 0.89 | 0.45 |
| Hex | D | CC | DB | 5E | 7 | 0 | E | B8 | 59 | 2D |
| Octal | 15 | 314 | 333 | 136 | 7 | 0 | 16 | 270 | 131 | 55 |
| Binary | 1101 | 11001100 | 11011011 | 1011110 | 111 | 0 | 1110 | 10111000 | 1011001 | 101101 |
Color Harmonies of #0DCCDB
Complementary color
Monochromatic Colors of #0DCCDB
Black with #0DCCDB
Text Example
Text Example
White with #0DCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCDB; }
p { color: rgb(13,204,219); }
H1.HeaderClassName
{
color: #0DCCDB;
}
.AnyTagClassName
{
color: #0DCCDB;
}
</style>
background-color css
<style>
a { background-color: #0DCCDB; }
a { background-color: rgb(13,204,219); }
div.DivClassName
{
background-color: #0DCCDB;
}
.BgClassName
{
background-color: #0DCCDB;
}
</style>
border-color css
<style>
span { border-color: #0DCCDB; }
span { border-color: rgb(13,204,219); }
td.TdClassName
{
border-color: #0DCCDB;
}
.TagClassName
{
border-color: #0DCCDB;
}
</style>