Shades of Bright Turquoise #0DE0DB
Tints of Bright Turquoise #0DE0DB
RGB
CMYK
RGB Variations
Color information
#0DE0DB (or 0x0DE0DB) is known color: Bright Turquoise. HEX triplet: 0D, E0 and DB. RGB value is (13,224,219). Sum of RGB (Red+Green+Blue) = 13+224+219=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE0DB is #F21F24. Grayscale: #A0A0A0. Windows color (decimal): -15867685 or 14409741. OLE color: 14409741.
HSL color Cylindrical-coordinate representation of color #0DE0DB: hue angle of 178.58º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE0DB is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 219 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.12 |
| HSL | 178.58º | 0.89% | 0.46% | - |
| HSV(B) | 178.58º | 0.94% | 0.88% | - |
| XYZ | 39.61 | 58.51 | 76.22 | - |
| YUV | 160.34 | 161.1 | 22.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 219 | 0.94 | 0 | 0.02 | 0.12 | 178.58 | 0.89 | 0.46 |
| Hex | D | E0 | DB | 5E | 0 | 2 | C | B3 | 59 | 2E |
| Octal | 15 | 340 | 333 | 136 | 0 | 2 | 14 | 263 | 131 | 56 |
| Binary | 1101 | 11100000 | 11011011 | 1011110 | 0 | 10 | 1100 | 10110011 | 1011001 | 101110 |
Color Harmonies of #0DE0DB
Complementary color
Monochromatic Colors of #0DE0DB
Black with #0DE0DB
Text Example
Text Example
White with #0DE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE0DB; }
p { color: rgb(13,224,219); }
H1.HeaderClassName
{
color: #0DE0DB;
}
.AnyTagClassName
{
color: #0DE0DB;
}
</style>
background-color css
<style>
a { background-color: #0DE0DB; }
a { background-color: rgb(13,224,219); }
div.DivClassName
{
background-color: #0DE0DB;
}
.BgClassName
{
background-color: #0DE0DB;
}
</style>
border-color css
<style>
span { border-color: #0DE0DB; }
span { border-color: rgb(13,224,219); }
td.TdClassName
{
border-color: #0DE0DB;
}
.TagClassName
{
border-color: #0DE0DB;
}
</style>