Shades of Dark Turquoise #0DC0DC
Tints of Dark Turquoise #0DC0DC
RGB
CMYK
RGB Variations
Color information
#0DC0DC (or 0x0DC0DC) is known color: Dark Turquoise. HEX triplet: 0D, C0 and DC. RGB value is (13,192,220). Sum of RGB (Red+Green+Blue) = 13+192+220=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DC0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0DC is #F23F23. Grayscale: #8D8D8D. Windows color (decimal): -15875876 or 14467085. OLE color: 14467085.
HSL color Cylindrical-coordinate representation of color #0DC0DC: hue angle of 188.12º 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 #0DC0DC is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 192 | 220 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.14 |
| HSL | 188.12º | 0.89% | 0.46% | - |
| HSV(B) | 188.12º | 0.94% | 0.86% | - |
| XYZ | 31.93 | 42.95 | 74.32 | - |
| YUV | 141.67 | 172.2 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 220 | 0.94 | 0.13 | 0 | 0.14 | 188.12 | 0.89 | 0.46 |
| Hex | D | C0 | DC | 5E | D | 0 | E | BC | 59 | 2E |
| Octal | 15 | 300 | 334 | 136 | 15 | 0 | 16 | 274 | 131 | 56 |
| Binary | 1101 | 11000000 | 11011100 | 1011110 | 1101 | 0 | 1110 | 10111100 | 1011001 | 101110 |
Color Harmonies of #0DC0DC
Complementary color
Monochromatic Colors of #0DC0DC
Black with #0DC0DC
Text Example
Text Example
White with #0DC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0DC; }
p { color: rgb(13,192,220); }
H1.HeaderClassName
{
color: #0DC0DC;
}
.AnyTagClassName
{
color: #0DC0DC;
}
</style>
background-color css
<style>
a { background-color: #0DC0DC; }
a { background-color: rgb(13,192,220); }
div.DivClassName
{
background-color: #0DC0DC;
}
.BgClassName
{
background-color: #0DC0DC;
}
</style>
border-color css
<style>
span { border-color: #0DC0DC; }
span { border-color: rgb(13,192,220); }
td.TdClassName
{
border-color: #0DC0DC;
}
.TagClassName
{
border-color: #0DC0DC;
}
</style>