Shades of Bright Turquoise #0EDBF0
Tints of Bright Turquoise #0EDBF0
RGB
CMYK
RGB Variations
Color information
#0EDBF0 (or 0x0EDBF0) is known color: Bright Turquoise. HEX triplet: 0E, DB and F0. RGB value is (14,219,240). Sum of RGB (Red+Green+Blue) = 14+219+240=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #0EDBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDBF0 is #F1240F. Grayscale: #9F9F9F. Windows color (decimal): -15803408 or 15784718. OLE color: 15784718.
HSL color Cylindrical-coordinate representation of color #0EDBF0: hue angle of 185.58º 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 #0EDBF0 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 219 | 240 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.06 |
| HSL | 185.58º | 0.89% | 0.5% | - |
| HSV(B) | 185.58º | 0.94% | 0.94% | - |
| XYZ | 41.24 | 57.05 | 91.28 | - |
| YUV | 160.1 | 173.08 | 23.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 240 | 0.94 | 0.09 | 0 | 0.06 | 185.58 | 0.89 | 0.5 |
| Hex | E | DB | F0 | 5E | 9 | 0 | 6 | BA | 59 | 32 |
| Octal | 16 | 333 | 360 | 136 | 11 | 0 | 6 | 272 | 131 | 62 |
| Binary | 1110 | 11011011 | 11110000 | 1011110 | 1001 | 0 | 110 | 10111010 | 1011001 | 110010 |
Color Harmonies of #0EDBF0
Complementary color
Monochromatic Colors of #0EDBF0
Black with #0EDBF0
Text Example
Text Example
White with #0EDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBF0; }
p { color: rgb(14,219,240); }
H1.HeaderClassName
{
color: #0EDBF0;
}
.AnyTagClassName
{
color: #0EDBF0;
}
</style>
background-color css
<style>
a { background-color: #0EDBF0; }
a { background-color: rgb(14,219,240); }
div.DivClassName
{
background-color: #0EDBF0;
}
.BgClassName
{
background-color: #0EDBF0;
}
</style>
border-color css
<style>
span { border-color: #0EDBF0; }
span { border-color: rgb(14,219,240); }
td.TdClassName
{
border-color: #0EDBF0;
}
.TagClassName
{
border-color: #0EDBF0;
}
</style>