Shades of Dark Turquoise #0DCBDB
Tints of Dark Turquoise #0DCBDB
RGB
CMYK
RGB Variations
Color information
#0DCBDB (or 0x0DCBDB) is known color: Dark Turquoise. HEX triplet: 0D, CB and DB. RGB value is (13,203,219). Sum of RGB (Red+Green+Blue) = 13+203+219=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DCBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBDB is #F23424. Grayscale: #939393. Windows color (decimal): -15873061 or 14404365. OLE color: 14404365.
HSL color Cylindrical-coordinate representation of color #0DCBDB: hue angle of 184.66º 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 #0DCBDB is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 203 | 219 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.14 |
| HSL | 184.66º | 0.89% | 0.45% | - |
| HSV(B) | 184.66º | 0.94% | 0.86% | - |
| XYZ | 34.31 | 47.91 | 74.46 | - |
| YUV | 148.01 | 168.05 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 219 | 0.94 | 0.07 | 0 | 0.14 | 184.66 | 0.89 | 0.45 |
| Hex | D | CB | DB | 5E | 7 | 0 | E | B9 | 59 | 2D |
| Octal | 15 | 313 | 333 | 136 | 7 | 0 | 16 | 271 | 131 | 55 |
| Binary | 1101 | 11001011 | 11011011 | 1011110 | 111 | 0 | 1110 | 10111001 | 1011001 | 101101 |
Color Harmonies of #0DCBDB
Complementary color
Monochromatic Colors of #0DCBDB
Black with #0DCBDB
Text Example
Text Example
White with #0DCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBDB; }
p { color: rgb(13,203,219); }
H1.HeaderClassName
{
color: #0DCBDB;
}
.AnyTagClassName
{
color: #0DCBDB;
}
</style>
background-color css
<style>
a { background-color: #0DCBDB; }
a { background-color: rgb(13,203,219); }
div.DivClassName
{
background-color: #0DCBDB;
}
.BgClassName
{
background-color: #0DCBDB;
}
</style>
border-color css
<style>
span { border-color: #0DCBDB; }
span { border-color: rgb(13,203,219); }
td.TdClassName
{
border-color: #0DCBDB;
}
.TagClassName
{
border-color: #0DCBDB;
}
</style>