Shades of Bright Turquoise #0EEBDD
Tints of Bright Turquoise #0EEBDD
RGB
CMYK
RGB Variations
Color information
#0EEBDD (or 0x0EEBDD) is known color: Bright Turquoise. HEX triplet: 0E, EB and DD. RGB value is (14,235,221). Sum of RGB (Red+Green+Blue) = 14+235+221=470 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.98% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBDD is #F11422. Grayscale: #A7A7A7. Windows color (decimal): -15799331 or 14543630. OLE color: 14543630.
HSL color Cylindrical-coordinate representation of color #0EEBDD: hue angle of 176.2º 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 #0EEBDD is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 221 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.08 |
| HSL | 176.2º | 0.89% | 0.49% | - |
| HSV(B) | 176.2º | 0.94% | 0.92% | - |
| XYZ | 42.94 | 64.73 | 78.64 | - |
| YUV | 167.33 | 158.28 | 18.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 221 | 0.94 | 0 | 0.06 | 0.08 | 176.2 | 0.89 | 0.49 |
| Hex | E | EB | DD | 5E | 0 | 6 | 8 | B0 | 59 | 31 |
| Octal | 16 | 353 | 335 | 136 | 0 | 6 | 10 | 260 | 131 | 61 |
| Binary | 1110 | 11101011 | 11011101 | 1011110 | 0 | 110 | 1000 | 10110000 | 1011001 | 110001 |
Color Harmonies of #0EEBDD
Complementary color
Monochromatic Colors of #0EEBDD
Black with #0EEBDD
Text Example
Text Example
White with #0EEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBDD; }
p { color: rgb(14,235,221); }
H1.HeaderClassName
{
color: #0EEBDD;
}
.AnyTagClassName
{
color: #0EEBDD;
}
</style>
background-color css
<style>
a { background-color: #0EEBDD; }
a { background-color: rgb(14,235,221); }
div.DivClassName
{
background-color: #0EEBDD;
}
.BgClassName
{
background-color: #0EEBDD;
}
</style>
border-color css
<style>
span { border-color: #0EEBDD; }
span { border-color: rgb(14,235,221); }
td.TdClassName
{
border-color: #0EEBDD;
}
.TagClassName
{
border-color: #0EEBDD;
}
</style>