Shades of Dark Turquoise #0DCDDA
Tints of Dark Turquoise #0DCDDA
RGB
CMYK
RGB Variations
Color information
#0DCDDA (or 0x0DCDDA) is known color: Dark Turquoise. HEX triplet: 0D, CD and DA. RGB value is (13,205,218). Sum of RGB (Red+Green+Blue) = 13+205+218=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DCDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDDA is #F23225. Grayscale: #949494. Windows color (decimal): -15872550 or 14339341. OLE color: 14339341.
HSL color Cylindrical-coordinate representation of color #0DCDDA: hue angle of 183.8º 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 #0DCDDA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 205 | 218 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.15 |
| HSL | 183.8º | 0.89% | 0.45% | - |
| HSV(B) | 183.8º | 0.94% | 0.85% | - |
| XYZ | 34.65 | 48.81 | 73.92 | - |
| YUV | 149.07 | 166.89 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 218 | 0.94 | 0.06 | 0 | 0.15 | 183.8 | 0.89 | 0.45 |
| Hex | D | CD | DA | 5E | 6 | 0 | F | B8 | 59 | 2D |
| Octal | 15 | 315 | 332 | 136 | 6 | 0 | 17 | 270 | 131 | 55 |
| Binary | 1101 | 11001101 | 11011010 | 1011110 | 110 | 0 | 1111 | 10111000 | 1011001 | 101101 |
Color Harmonies of #0DCDDA
Complementary color
Monochromatic Colors of #0DCDDA
Black with #0DCDDA
Text Example
Text Example
White with #0DCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDDA; }
p { color: rgb(13,205,218); }
H1.HeaderClassName
{
color: #0DCDDA;
}
.AnyTagClassName
{
color: #0DCDDA;
}
</style>
background-color css
<style>
a { background-color: #0DCDDA; }
a { background-color: rgb(13,205,218); }
div.DivClassName
{
background-color: #0DCDDA;
}
.BgClassName
{
background-color: #0DCDDA;
}
</style>
border-color css
<style>
span { border-color: #0DCDDA; }
span { border-color: rgb(13,205,218); }
td.TdClassName
{
border-color: #0DCDDA;
}
.TagClassName
{
border-color: #0DCDDA;
}
</style>