Shades of Dark Turquoise #0DCBDC
Tints of Dark Turquoise #0DCBDC
RGB
CMYK
RGB Variations
Color information
#0DCBDC (or 0x0DCBDC) is known color: Dark Turquoise. HEX triplet: 0D, CB and DC. RGB value is (13,203,220). Sum of RGB (Red+Green+Blue) = 13+203+220=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DCBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBDC is #F23423. Grayscale: #939393. Windows color (decimal): -15873060 or 14469901. OLE color: 14469901.
HSL color Cylindrical-coordinate representation of color #0DCBDC: hue angle of 184.93º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBDC is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 203 | 220 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.14 |
| HSL | 184.93º | 0.89% | 0.46% | - |
| HSV(B) | 184.93º | 0.94% | 0.86% | - |
| XYZ | 34.44 | 47.96 | 75.15 | - |
| YUV | 148.13 | 168.55 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 220 | 0.94 | 0.08 | 0 | 0.14 | 184.93 | 0.89 | 0.46 |
| Hex | D | CB | DC | 5E | 8 | 0 | E | B9 | 59 | 2E |
| Octal | 15 | 313 | 334 | 136 | 10 | 0 | 16 | 271 | 131 | 56 |
| Binary | 1101 | 11001011 | 11011100 | 1011110 | 1000 | 0 | 1110 | 10111001 | 1011001 | 101110 |
Color Harmonies of #0DCBDC
Complementary color
Monochromatic Colors of #0DCBDC
Black with #0DCBDC
Text Example
Text Example
White with #0DCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBDC; }
p { color: rgb(13,203,220); }
H1.HeaderClassName
{
color: #0DCBDC;
}
.AnyTagClassName
{
color: #0DCBDC;
}
</style>
background-color css
<style>
a { background-color: #0DCBDC; }
a { background-color: rgb(13,203,220); }
div.DivClassName
{
background-color: #0DCBDC;
}
.BgClassName
{
background-color: #0DCBDC;
}
</style>
border-color css
<style>
span { border-color: #0DCBDC; }
span { border-color: rgb(13,203,220); }
td.TdClassName
{
border-color: #0DCBDC;
}
.TagClassName
{
border-color: #0DCBDC;
}
</style>