Shades of Bright Turquoise #0DEDC0
Tints of Bright Turquoise #0DEDC0
RGB
CMYK
RGB Variations
Color information
#0DEDC0 (or 0x0DEDC0) is known color: Bright Turquoise. HEX triplet: 0D, ED and C0. RGB value is (13,237,192). Sum of RGB (Red+Green+Blue) = 13+237+192=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDC0 is #F2123F. Grayscale: #A4A4A4. Windows color (decimal): -15864384 or 12643597. OLE color: 12643597.
HSL color Cylindrical-coordinate representation of color #0DEDC0: hue angle of 167.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEDC0 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 192 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.07 |
| HSL | 167.95º | 0.9% | 0.49% | - |
| HSV(B) | 167.95º | 0.95% | 0.93% | - |
| XYZ | 39.96 | 64.46 | 60.2 | - |
| YUV | 164.89 | 143.29 | 19.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 192 | 0.95 | 0 | 0.19 | 0.07 | 167.95 | 0.9 | 0.49 |
| Hex | D | ED | C0 | 5F | 0 | 13 | 7 | A8 | 5A | 31 |
| Octal | 15 | 355 | 300 | 137 | 0 | 23 | 7 | 250 | 132 | 61 |
| Binary | 1101 | 11101101 | 11000000 | 1011111 | 0 | 10011 | 111 | 10101000 | 1011010 | 110001 |
Color Harmonies of #0DEDC0
Complementary color
Monochromatic Colors of #0DEDC0
Black with #0DEDC0
Text Example
Text Example
White with #0DEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDC0; }
p { color: rgb(13,237,192); }
H1.HeaderClassName
{
color: #0DEDC0;
}
.AnyTagClassName
{
color: #0DEDC0;
}
</style>
background-color css
<style>
a { background-color: #0DEDC0; }
a { background-color: rgb(13,237,192); }
div.DivClassName
{
background-color: #0DEDC0;
}
.BgClassName
{
background-color: #0DEDC0;
}
</style>
border-color css
<style>
span { border-color: #0DEDC0; }
span { border-color: rgb(13,237,192); }
td.TdClassName
{
border-color: #0DEDC0;
}
.TagClassName
{
border-color: #0DEDC0;
}
</style>