Shades of Bright Turquoise #0EEBDB
Tints of Bright Turquoise #0EEBDB
RGB
CMYK
RGB Variations
Color information
#0EEBDB (or 0x0EEBDB) is known color: Bright Turquoise. HEX triplet: 0E, EB and DB. RGB value is (14,235,219). Sum of RGB (Red+Green+Blue) = 14+235+219=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBDB is #F11424. Grayscale: #A6A6A6. Windows color (decimal): -15799333 or 14412558. OLE color: 14412558.
HSL color Cylindrical-coordinate representation of color #0EEBDB: hue angle of 175.66º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBDB is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 219 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.08 |
| HSL | 175.66º | 0.89% | 0.49% | - |
| HSV(B) | 175.66º | 0.94% | 0.92% | - |
| XYZ | 42.68 | 64.62 | 77.24 | - |
| YUV | 167.1 | 157.28 | 18.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 219 | 0.94 | 0 | 0.07 | 0.08 | 175.66 | 0.89 | 0.49 |
| Hex | E | EB | DB | 5E | 0 | 7 | 8 | B0 | 59 | 31 |
| Octal | 16 | 353 | 333 | 136 | 0 | 7 | 10 | 260 | 131 | 61 |
| Binary | 1110 | 11101011 | 11011011 | 1011110 | 0 | 111 | 1000 | 10110000 | 1011001 | 110001 |
Color Harmonies of #0EEBDB
Complementary color
Monochromatic Colors of #0EEBDB
Black with #0EEBDB
Text Example
Text Example
White with #0EEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBDB; }
p { color: rgb(14,235,219); }
H1.HeaderClassName
{
color: #0EEBDB;
}
.AnyTagClassName
{
color: #0EEBDB;
}
</style>
background-color css
<style>
a { background-color: #0EEBDB; }
a { background-color: rgb(14,235,219); }
div.DivClassName
{
background-color: #0EEBDB;
}
.BgClassName
{
background-color: #0EEBDB;
}
</style>
border-color css
<style>
span { border-color: #0EEBDB; }
span { border-color: rgb(14,235,219); }
td.TdClassName
{
border-color: #0EEBDB;
}
.TagClassName
{
border-color: #0EEBDB;
}
</style>