Shades of Bright Turquoise #0ED9DB
Tints of Bright Turquoise #0ED9DB
RGB
CMYK
RGB Variations
Color information
#0ED9DB (or 0x0ED9DB) is known color: Bright Turquoise. HEX triplet: 0E, D9 and DB. RGB value is (14,217,219). Sum of RGB (Red+Green+Blue) = 14+217+219=450 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ED9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED9DB is #F12624. Grayscale: #9C9C9C. Windows color (decimal): -15803941 or 14407950. OLE color: 14407950.
HSL color Cylindrical-coordinate representation of color #0ED9DB: hue angle of 180.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED9DB is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 217 | 219 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.14 |
| HSL | 180.59º | 0.88% | 0.46% | - |
| HSV(B) | 180.59º | 0.94% | 0.86% | - |
| XYZ | 37.78 | 54.83 | 75.61 | - |
| YUV | 156.53 | 163.25 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 219 | 0.94 | 0.01 | 0 | 0.14 | 180.59 | 0.88 | 0.46 |
| Hex | E | D9 | DB | 5E | 1 | 0 | E | B5 | 58 | 2E |
| Octal | 16 | 331 | 333 | 136 | 1 | 0 | 16 | 265 | 130 | 56 |
| Binary | 1110 | 11011001 | 11011011 | 1011110 | 1 | 0 | 1110 | 10110101 | 1011000 | 101110 |
Color Harmonies of #0ED9DB
Complementary color
Monochromatic Colors of #0ED9DB
Black with #0ED9DB
Text Example
Text Example
White with #0ED9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED9DB; }
p { color: rgb(14,217,219); }
H1.HeaderClassName
{
color: #0ED9DB;
}
.AnyTagClassName
{
color: #0ED9DB;
}
</style>
background-color css
<style>
a { background-color: #0ED9DB; }
a { background-color: rgb(14,217,219); }
div.DivClassName
{
background-color: #0ED9DB;
}
.BgClassName
{
background-color: #0ED9DB;
}
</style>
border-color css
<style>
span { border-color: #0ED9DB; }
span { border-color: rgb(14,217,219); }
td.TdClassName
{
border-color: #0ED9DB;
}
.TagClassName
{
border-color: #0ED9DB;
}
</style>