Shades of Bright Turquoise #0EDBEF
Tints of Bright Turquoise #0EDBEF
RGB
CMYK
RGB Variations
Color information
#0EDBEF (or 0x0EDBEF) is known color: Bright Turquoise. HEX triplet: 0E, DB and EF. RGB value is (14,219,239). Sum of RGB (Red+Green+Blue) = 14+219+239=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EDBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDBEF is #F12410. Grayscale: #9F9F9F. Windows color (decimal): -15803409 or 15719182. OLE color: 15719182.
HSL color Cylindrical-coordinate representation of color #0EDBEF: hue angle of 185.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBEF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 219 | 239 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.06 |
| HSL | 185.33º | 0.89% | 0.5% | - |
| HSV(B) | 185.33º | 0.94% | 0.94% | - |
| XYZ | 41.09 | 56.99 | 90.5 | - |
| YUV | 159.99 | 172.58 | 23.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 239 | 0.94 | 0.08 | 0 | 0.06 | 185.33 | 0.89 | 0.5 |
| Hex | E | DB | EF | 5E | 8 | 0 | 6 | B9 | 59 | 32 |
| Octal | 16 | 333 | 357 | 136 | 10 | 0 | 6 | 271 | 131 | 62 |
| Binary | 1110 | 11011011 | 11101111 | 1011110 | 1000 | 0 | 110 | 10111001 | 1011001 | 110010 |
Color Harmonies of #0EDBEF
Complementary color
Monochromatic Colors of #0EDBEF
Black with #0EDBEF
Text Example
Text Example
White with #0EDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBEF; }
p { color: rgb(14,219,239); }
H1.HeaderClassName
{
color: #0EDBEF;
}
.AnyTagClassName
{
color: #0EDBEF;
}
</style>
background-color css
<style>
a { background-color: #0EDBEF; }
a { background-color: rgb(14,219,239); }
div.DivClassName
{
background-color: #0EDBEF;
}
.BgClassName
{
background-color: #0EDBEF;
}
</style>
border-color css
<style>
span { border-color: #0EDBEF; }
span { border-color: rgb(14,219,239); }
td.TdClassName
{
border-color: #0EDBEF;
}
.TagClassName
{
border-color: #0EDBEF;
}
</style>