Shades of Dark Turquoise #0DCCD0
Tints of Dark Turquoise #0DCCD0
RGB
CMYK
RGB Variations
Color information
#0DCCD0 (or 0x0DCCD0) is known color: Dark Turquoise. HEX triplet: 0D, CC and D0. RGB value is (13,204,208). Sum of RGB (Red+Green+Blue) = 13+204+208=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #0DCCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCD0 is #F2332F. Grayscale: #939393. Windows color (decimal): -15872816 or 13683725. OLE color: 13683725.
HSL color Cylindrical-coordinate representation of color #0DCCD0: hue angle of 181.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCD0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 204 | 208 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.18 |
| HSL | 181.23º | 0.88% | 0.43% | - |
| HSV(B) | 181.23º | 0.94% | 0.82% | - |
| XYZ | 33.14 | 47.83 | 67.16 | - |
| YUV | 147.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 208 | 0.94 | 0.02 | 0 | 0.18 | 181.23 | 0.88 | 0.43 |
| Hex | D | CC | D0 | 5E | 2 | 0 | 12 | B5 | 58 | 2B |
| Octal | 15 | 314 | 320 | 136 | 2 | 0 | 22 | 265 | 130 | 53 |
| Binary | 1101 | 11001100 | 11010000 | 1011110 | 10 | 0 | 10010 | 10110101 | 1011000 | 101011 |
Color Harmonies of #0DCCD0
Complementary color
Monochromatic Colors of #0DCCD0
Black with #0DCCD0
Text Example
Text Example
White with #0DCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCD0; }
p { color: rgb(13,204,208); }
H1.HeaderClassName
{
color: #0DCCD0;
}
.AnyTagClassName
{
color: #0DCCD0;
}
</style>
background-color css
<style>
a { background-color: #0DCCD0; }
a { background-color: rgb(13,204,208); }
div.DivClassName
{
background-color: #0DCCD0;
}
.BgClassName
{
background-color: #0DCCD0;
}
</style>
border-color css
<style>
span { border-color: #0DCCD0; }
span { border-color: rgb(13,204,208); }
td.TdClassName
{
border-color: #0DCCD0;
}
.TagClassName
{
border-color: #0DCCD0;
}
</style>