Shades of Bright Turquoise #0DECDC
Tints of Bright Turquoise #0DECDC
RGB
CMYK
RGB Variations
Color information
#0DECDC (or 0x0DECDC) is known color: Bright Turquoise. HEX triplet: 0D, EC and DC. RGB value is (13,236,220). Sum of RGB (Red+Green+Blue) = 13+236+220=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DECDC is #F21323. Grayscale: #A7A7A7. Windows color (decimal): -15864612 or 14478349. OLE color: 14478349.
HSL color Cylindrical-coordinate representation of color #0DECDC: hue angle of 175.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DECDC is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 220 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.07 |
| HSL | 175.7º | 0.9% | 0.49% | - |
| HSV(B) | 175.7º | 0.94% | 0.93% | - |
| XYZ | 43.08 | 65.24 | 78.03 | - |
| YUV | 167.5 | 157.62 | 17.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 220 | 0.94 | 0 | 0.07 | 0.07 | 175.7 | 0.9 | 0.49 |
| Hex | D | EC | DC | 5E | 0 | 7 | 7 | B0 | 5A | 31 |
| Octal | 15 | 354 | 334 | 136 | 0 | 7 | 7 | 260 | 132 | 61 |
| Binary | 1101 | 11101100 | 11011100 | 1011110 | 0 | 111 | 111 | 10110000 | 1011010 | 110001 |
Color Harmonies of #0DECDC
Complementary color
Monochromatic Colors of #0DECDC
Black with #0DECDC
Text Example
Text Example
White with #0DECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECDC; }
p { color: rgb(13,236,220); }
H1.HeaderClassName
{
color: #0DECDC;
}
.AnyTagClassName
{
color: #0DECDC;
}
</style>
background-color css
<style>
a { background-color: #0DECDC; }
a { background-color: rgb(13,236,220); }
div.DivClassName
{
background-color: #0DECDC;
}
.BgClassName
{
background-color: #0DECDC;
}
</style>
border-color css
<style>
span { border-color: #0DECDC; }
span { border-color: rgb(13,236,220); }
td.TdClassName
{
border-color: #0DECDC;
}
.TagClassName
{
border-color: #0DECDC;
}
</style>