Shades of Bright Turquoise #0DDECC
Tints of Bright Turquoise #0DDECC
RGB
CMYK
RGB Variations
Color information
#0DDECC (or 0x0DDECC) is known color: Bright Turquoise. HEX triplet: 0D, DE and CC. RGB value is (13,222,204). Sum of RGB (Red+Green+Blue) = 13+222+204=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDECC is #F22133. Grayscale: #9D9D9D. Windows color (decimal): -15868212 or 13426189. OLE color: 13426189.
HSL color Cylindrical-coordinate representation of color #0DDECC: hue angle of 174.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDECC is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 204 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.13 |
| HSL | 174.83º | 0.89% | 0.46% | - |
| HSV(B) | 174.83º | 0.94% | 0.87% | - |
| XYZ | 37.19 | 56.69 | 66.11 | - |
| YUV | 157.46 | 154.26 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 204 | 0.94 | 0 | 0.08 | 0.13 | 174.83 | 0.89 | 0.46 |
| Hex | D | DE | CC | 5E | 0 | 8 | D | AF | 59 | 2E |
| Octal | 15 | 336 | 314 | 136 | 0 | 10 | 15 | 257 | 131 | 56 |
| Binary | 1101 | 11011110 | 11001100 | 1011110 | 0 | 1000 | 1101 | 10101111 | 1011001 | 101110 |
Color Harmonies of #0DDECC
Complementary color
Monochromatic Colors of #0DDECC
Black with #0DDECC
Text Example
Text Example
White with #0DDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDECC; }
p { color: rgb(13,222,204); }
H1.HeaderClassName
{
color: #0DDECC;
}
.AnyTagClassName
{
color: #0DDECC;
}
</style>
background-color css
<style>
a { background-color: #0DDECC; }
a { background-color: rgb(13,222,204); }
div.DivClassName
{
background-color: #0DDECC;
}
.BgClassName
{
background-color: #0DDECC;
}
</style>
border-color css
<style>
span { border-color: #0DDECC; }
span { border-color: rgb(13,222,204); }
td.TdClassName
{
border-color: #0DDECC;
}
.TagClassName
{
border-color: #0DDECC;
}
</style>