Shades of Bright Turquoise #0DE3DB
Tints of Bright Turquoise #0DE3DB
RGB
CMYK
RGB Variations
Color information
#0DE3DB (or 0x0DE3DB) is known color: Bright Turquoise. HEX triplet: 0D, E3 and DB. RGB value is (13,227,219). Sum of RGB (Red+Green+Blue) = 13+227+219=459 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE3DB is #F21C24. Grayscale: #A1A1A1. Windows color (decimal): -15866917 or 14410509. OLE color: 14410509.
HSL color Cylindrical-coordinate representation of color #0DE3DB: hue angle of 177.76º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE3DB is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 219 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.11 |
| HSL | 177.76º | 0.89% | 0.47% | - |
| HSV(B) | 177.76º | 0.94% | 0.89% | - |
| XYZ | 40.42 | 60.14 | 76.5 | - |
| YUV | 162.1 | 160.1 | 21.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 219 | 0.94 | 0 | 0.04 | 0.11 | 177.76 | 0.89 | 0.47 |
| Hex | D | E3 | DB | 5E | 0 | 4 | B | B2 | 59 | 2F |
| Octal | 15 | 343 | 333 | 136 | 0 | 4 | 13 | 262 | 131 | 57 |
| Binary | 1101 | 11100011 | 11011011 | 1011110 | 0 | 100 | 1011 | 10110010 | 1011001 | 101111 |
Color Harmonies of #0DE3DB
Complementary color
Monochromatic Colors of #0DE3DB
Black with #0DE3DB
Text Example
Text Example
White with #0DE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE3DB; }
p { color: rgb(13,227,219); }
H1.HeaderClassName
{
color: #0DE3DB;
}
.AnyTagClassName
{
color: #0DE3DB;
}
</style>
background-color css
<style>
a { background-color: #0DE3DB; }
a { background-color: rgb(13,227,219); }
div.DivClassName
{
background-color: #0DE3DB;
}
.BgClassName
{
background-color: #0DE3DB;
}
</style>
border-color css
<style>
span { border-color: #0DE3DB; }
span { border-color: rgb(13,227,219); }
td.TdClassName
{
border-color: #0DE3DB;
}
.TagClassName
{
border-color: #0DE3DB;
}
</style>