Shades of Bright Turquoise #0EEDDB
Tints of Bright Turquoise #0EEDDB
RGB
CMYK
RGB Variations
Color information
#0EEDDB (or 0x0EEDDB) is known color: Bright Turquoise. HEX triplet: 0E, ED and DB. RGB value is (14,237,219). Sum of RGB (Red+Green+Blue) = 14+237+219=470 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.98% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #0EEDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEDDB is #F11224. Grayscale: #A8A8A8. Windows color (decimal): -15798821 or 14413070. OLE color: 14413070.
HSL color Cylindrical-coordinate representation of color #0EEDDB: hue angle of 175.16º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEDDB is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 219 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.07 |
| HSL | 175.16º | 0.89% | 0.49% | - |
| HSV(B) | 175.16º | 0.94% | 0.93% | - |
| XYZ | 43.25 | 65.78 | 77.43 | - |
| YUV | 168.27 | 156.62 | 17.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 219 | 0.94 | 0 | 0.08 | 0.07 | 175.16 | 0.89 | 0.49 |
| Hex | E | ED | DB | 5E | 0 | 8 | 7 | AF | 59 | 31 |
| Octal | 16 | 355 | 333 | 136 | 0 | 10 | 7 | 257 | 131 | 61 |
| Binary | 1110 | 11101101 | 11011011 | 1011110 | 0 | 1000 | 111 | 10101111 | 1011001 | 110001 |
Color Harmonies of #0EEDDB
Complementary color
Monochromatic Colors of #0EEDDB
Black with #0EEDDB
Text Example
Text Example
White with #0EEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDDB; }
p { color: rgb(14,237,219); }
H1.HeaderClassName
{
color: #0EEDDB;
}
.AnyTagClassName
{
color: #0EEDDB;
}
</style>
background-color css
<style>
a { background-color: #0EEDDB; }
a { background-color: rgb(14,237,219); }
div.DivClassName
{
background-color: #0EEDDB;
}
.BgClassName
{
background-color: #0EEDDB;
}
</style>
border-color css
<style>
span { border-color: #0EEDDB; }
span { border-color: rgb(14,237,219); }
td.TdClassName
{
border-color: #0EEDDB;
}
.TagClassName
{
border-color: #0EEDDB;
}
</style>