Shades of Dark Turquoise #0DCDE5
Tints of Dark Turquoise #0DCDE5
RGB
CMYK
RGB Variations
Color information
#0DCDE5 (or 0x0DCDE5) is known color: Dark Turquoise. HEX triplet: 0D, CD and E5. RGB value is (13,205,229). Sum of RGB (Red+Green+Blue) = 13+205+229=447 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #0DCDE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDE5 is #F2321A. Grayscale: #969696. Windows color (decimal): -15872539 or 15060237. OLE color: 15060237.
HSL color Cylindrical-coordinate representation of color #0DCDE5: hue angle of 186.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDE5 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 205 | 229 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.10 |
| HSL | 186.67º | 0.89% | 0.47% | - |
| HSV(B) | 186.67º | 0.94% | 0.9% | - |
| XYZ | 36.14 | 49.41 | 81.76 | - |
| YUV | 150.33 | 172.39 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 229 | 0.94 | 0.10 | 0 | 0.10 | 186.67 | 0.89 | 0.47 |
| Hex | D | CD | E5 | 5E | A | 0 | A | BB | 59 | 2F |
| Octal | 15 | 315 | 345 | 136 | 12 | 0 | 12 | 273 | 131 | 57 |
| Binary | 1101 | 11001101 | 11100101 | 1011110 | 1010 | 0 | 1010 | 10111011 | 1011001 | 101111 |
Color Harmonies of #0DCDE5
Complementary color
Monochromatic Colors of #0DCDE5
Black with #0DCDE5
Text Example
Text Example
White with #0DCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDE5; }
p { color: rgb(13,205,229); }
H1.HeaderClassName
{
color: #0DCDE5;
}
.AnyTagClassName
{
color: #0DCDE5;
}
</style>
background-color css
<style>
a { background-color: #0DCDE5; }
a { background-color: rgb(13,205,229); }
div.DivClassName
{
background-color: #0DCDE5;
}
.BgClassName
{
background-color: #0DCDE5;
}
</style>
border-color css
<style>
span { border-color: #0DCDE5; }
span { border-color: rgb(13,205,229); }
td.TdClassName
{
border-color: #0DCDE5;
}
.TagClassName
{
border-color: #0DCDE5;
}
</style>