Shades of Bright Turquoise #0DECC3
Tints of Bright Turquoise #0DECC3
RGB
CMYK
RGB Variations
Color information
#0DECC3 (or 0x0DECC3) is known color: Bright Turquoise. HEX triplet: 0D, EC and C3. RGB value is (13,236,195). Sum of RGB (Red+Green+Blue) = 13+236+195=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DECC3 is #F2133C. Grayscale: #A4A4A4. Windows color (decimal): -15864637 or 12839949. OLE color: 12839949.
HSL color Cylindrical-coordinate representation of color #0DECC3: hue angle of 168.97º 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 #0DECC3 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 195 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.07 |
| HSL | 168.97º | 0.9% | 0.49% | - |
| HSV(B) | 168.97º | 0.94% | 0.93% | - |
| XYZ | 40.01 | 64.02 | 61.88 | - |
| YUV | 164.65 | 145.12 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 195 | 0.94 | 0 | 0.17 | 0.07 | 168.97 | 0.9 | 0.49 |
| Hex | D | EC | C3 | 5E | 0 | 11 | 7 | A9 | 5A | 31 |
| Octal | 15 | 354 | 303 | 136 | 0 | 21 | 7 | 251 | 132 | 61 |
| Binary | 1101 | 11101100 | 11000011 | 1011110 | 0 | 10001 | 111 | 10101001 | 1011010 | 110001 |
Color Harmonies of #0DECC3
Complementary color
Monochromatic Colors of #0DECC3
Black with #0DECC3
Text Example
Text Example
White with #0DECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECC3; }
p { color: rgb(13,236,195); }
H1.HeaderClassName
{
color: #0DECC3;
}
.AnyTagClassName
{
color: #0DECC3;
}
</style>
background-color css
<style>
a { background-color: #0DECC3; }
a { background-color: rgb(13,236,195); }
div.DivClassName
{
background-color: #0DECC3;
}
.BgClassName
{
background-color: #0DECC3;
}
</style>
border-color css
<style>
span { border-color: #0DECC3; }
span { border-color: rgb(13,236,195); }
td.TdClassName
{
border-color: #0DECC3;
}
.TagClassName
{
border-color: #0DECC3;
}
</style>