Shades of Bright Turquoise #0EEBDF
Tints of Bright Turquoise #0EEBDF
RGB
CMYK
RGB Variations
Color information
#0EEBDF (or 0x0EEBDF) is known color: Bright Turquoise. HEX triplet: 0E, EB and DF. RGB value is (14,235,223). Sum of RGB (Red+Green+Blue) = 14+235+223=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBDF is #F11420. Grayscale: #A7A7A7. Windows color (decimal): -15799329 or 14674702. OLE color: 14674702.
HSL color Cylindrical-coordinate representation of color #0EEBDF: hue angle of 176.74º 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 #0EEBDF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 223 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.08 |
| HSL | 176.74º | 0.89% | 0.49% | - |
| HSV(B) | 176.74º | 0.94% | 0.92% | - |
| XYZ | 43.21 | 64.84 | 80.05 | - |
| YUV | 167.55 | 159.28 | 18.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 223 | 0.94 | 0 | 0.05 | 0.08 | 176.74 | 0.89 | 0.49 |
| Hex | E | EB | DF | 5E | 0 | 5 | 8 | B1 | 59 | 31 |
| Octal | 16 | 353 | 337 | 136 | 0 | 5 | 10 | 261 | 131 | 61 |
| Binary | 1110 | 11101011 | 11011111 | 1011110 | 0 | 101 | 1000 | 10110001 | 1011001 | 110001 |
Color Harmonies of #0EEBDF
Complementary color
Monochromatic Colors of #0EEBDF
Black with #0EEBDF
Text Example
Text Example
White with #0EEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBDF; }
p { color: rgb(14,235,223); }
H1.HeaderClassName
{
color: #0EEBDF;
}
.AnyTagClassName
{
color: #0EEBDF;
}
</style>
background-color css
<style>
a { background-color: #0EEBDF; }
a { background-color: rgb(14,235,223); }
div.DivClassName
{
background-color: #0EEBDF;
}
.BgClassName
{
background-color: #0EEBDF;
}
</style>
border-color css
<style>
span { border-color: #0EEBDF; }
span { border-color: rgb(14,235,223); }
td.TdClassName
{
border-color: #0EEBDF;
}
.TagClassName
{
border-color: #0EEBDF;
}
</style>