Shades of Dark Turquoise #0DCCDA
Tints of Dark Turquoise #0DCCDA
RGB
CMYK
RGB Variations
Color information
#0DCCDA (or 0x0DCCDA) is known color: Dark Turquoise. HEX triplet: 0D, CC and DA. RGB value is (13,204,218). Sum of RGB (Red+Green+Blue) = 13+204+218=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DCCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCDA is #F23325. Grayscale: #949494. Windows color (decimal): -15872806 or 14339085. OLE color: 14339085.
HSL color Cylindrical-coordinate representation of color #0DCCDA: hue angle of 184.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCDA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 204 | 218 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.15 |
| HSL | 184.1º | 0.89% | 0.45% | - |
| HSV(B) | 184.1º | 0.94% | 0.85% | - |
| XYZ | 34.41 | 48.33 | 73.85 | - |
| YUV | 148.49 | 167.22 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 218 | 0.94 | 0.06 | 0 | 0.15 | 184.1 | 0.89 | 0.45 |
| Hex | D | CC | DA | 5E | 6 | 0 | F | B8 | 59 | 2D |
| Octal | 15 | 314 | 332 | 136 | 6 | 0 | 17 | 270 | 131 | 55 |
| Binary | 1101 | 11001100 | 11011010 | 1011110 | 110 | 0 | 1111 | 10111000 | 1011001 | 101101 |
Color Harmonies of #0DCCDA
Complementary color
Monochromatic Colors of #0DCCDA
Black with #0DCCDA
Text Example
Text Example
White with #0DCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCDA; }
p { color: rgb(13,204,218); }
H1.HeaderClassName
{
color: #0DCCDA;
}
.AnyTagClassName
{
color: #0DCCDA;
}
</style>
background-color css
<style>
a { background-color: #0DCCDA; }
a { background-color: rgb(13,204,218); }
div.DivClassName
{
background-color: #0DCCDA;
}
.BgClassName
{
background-color: #0DCCDA;
}
</style>
border-color css
<style>
span { border-color: #0DCCDA; }
span { border-color: rgb(13,204,218); }
td.TdClassName
{
border-color: #0DCCDA;
}
.TagClassName
{
border-color: #0DCCDA;
}
</style>