Shades of Bright Turquoise #0DEDDD
Tints of Bright Turquoise #0DEDDD
RGB
CMYK
RGB Variations
Color information
#0DEDDD (or 0x0DEDDD) is known color: Bright Turquoise. HEX triplet: 0D, ED and DD. RGB value is (13,237,221). Sum of RGB (Red+Green+Blue) = 13+237+221=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDDD is #F21222. Grayscale: #A8A8A8. Windows color (decimal): -15864355 or 14544141. OLE color: 14544141.
HSL color Cylindrical-coordinate representation of color #0DEDDD: hue angle of 175.71º 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 #0DEDDD is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 221 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.07 |
| HSL | 175.71º | 0.9% | 0.49% | - |
| HSV(B) | 175.71º | 0.95% | 0.93% | - |
| XYZ | 43.5 | 65.87 | 78.83 | - |
| YUV | 168.2 | 157.79 | 17.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 221 | 0.95 | 0 | 0.07 | 0.07 | 175.71 | 0.9 | 0.49 |
| Hex | D | ED | DD | 5F | 0 | 7 | 7 | B0 | 5A | 31 |
| Octal | 15 | 355 | 335 | 137 | 0 | 7 | 7 | 260 | 132 | 61 |
| Binary | 1101 | 11101101 | 11011101 | 1011111 | 0 | 111 | 111 | 10110000 | 1011010 | 110001 |
Color Harmonies of #0DEDDD
Complementary color
Monochromatic Colors of #0DEDDD
Black with #0DEDDD
Text Example
Text Example
White with #0DEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDDD; }
p { color: rgb(13,237,221); }
H1.HeaderClassName
{
color: #0DEDDD;
}
.AnyTagClassName
{
color: #0DEDDD;
}
</style>
background-color css
<style>
a { background-color: #0DEDDD; }
a { background-color: rgb(13,237,221); }
div.DivClassName
{
background-color: #0DEDDD;
}
.BgClassName
{
background-color: #0DEDDD;
}
</style>
border-color css
<style>
span { border-color: #0DEDDD; }
span { border-color: rgb(13,237,221); }
td.TdClassName
{
border-color: #0DEDDD;
}
.TagClassName
{
border-color: #0DEDDD;
}
</style>