Shades of Bright Turquoise #0EDADB
Tints of Bright Turquoise #0EDADB
RGB
CMYK
RGB Variations
Color information
#0EDADB (or 0x0EDADB) is known color: Bright Turquoise. HEX triplet: 0E, DA and DB. RGB value is (14,218,219). Sum of RGB (Red+Green+Blue) = 14+218+219=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EDADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDADB is #F12524. Grayscale: #9C9C9C. Windows color (decimal): -15803685 or 14408206. OLE color: 14408206.
HSL color Cylindrical-coordinate representation of color #0EDADB: hue angle of 180.29º 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 #0EDADB is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 218 | 219 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.14 |
| HSL | 180.29º | 0.88% | 0.46% | - |
| HSV(B) | 180.29º | 0.94% | 0.86% | - |
| XYZ | 38.04 | 55.35 | 75.7 | - |
| YUV | 157.12 | 162.91 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 219 | 0.94 | 0.00 | 0 | 0.14 | 180.29 | 0.88 | 0.46 |
| Hex | E | DA | DB | 5E | 0 | 0 | E | B4 | 58 | 2E |
| Octal | 16 | 332 | 333 | 136 | 0 | 0 | 16 | 264 | 130 | 56 |
| Binary | 1110 | 11011010 | 11011011 | 1011110 | 0 | 0 | 1110 | 10110100 | 1011000 | 101110 |
Color Harmonies of #0EDADB
Complementary color
Monochromatic Colors of #0EDADB
Black with #0EDADB
Text Example
Text Example
White with #0EDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDADB; }
p { color: rgb(14,218,219); }
H1.HeaderClassName
{
color: #0EDADB;
}
.AnyTagClassName
{
color: #0EDADB;
}
</style>
background-color css
<style>
a { background-color: #0EDADB; }
a { background-color: rgb(14,218,219); }
div.DivClassName
{
background-color: #0EDADB;
}
.BgClassName
{
background-color: #0EDADB;
}
</style>
border-color css
<style>
span { border-color: #0EDADB; }
span { border-color: rgb(14,218,219); }
td.TdClassName
{
border-color: #0EDADB;
}
.TagClassName
{
border-color: #0EDADB;
}
</style>