Shades of Bright Turquoise #0EEFDF
Tints of Bright Turquoise #0EEFDF
RGB
CMYK
RGB Variations
Color information
#0EEFDF (or 0x0EEFDF) is known color: Bright Turquoise. HEX triplet: 0E, EF and DF. RGB value is (14,239,223). Sum of RGB (Red+Green+Blue) = 14+239+223=476 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.94% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEFDF is #F11020. Grayscale: #A9A9A9. Windows color (decimal): -15798305 or 14675726. OLE color: 14675726.
HSL color Cylindrical-coordinate representation of color #0EEFDF: hue angle of 175.73º 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 #0EEFDF is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 223 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.06 |
| HSL | 175.73º | 0.89% | 0.5% | - |
| HSV(B) | 175.73º | 0.94% | 0.94% | - |
| XYZ | 44.37 | 67.15 | 80.44 | - |
| YUV | 169.9 | 157.96 | 16.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 223 | 0.94 | 0 | 0.07 | 0.06 | 175.73 | 0.89 | 0.5 |
| Hex | E | EF | DF | 5E | 0 | 7 | 6 | B0 | 59 | 32 |
| Octal | 16 | 357 | 337 | 136 | 0 | 7 | 6 | 260 | 131 | 62 |
| Binary | 1110 | 11101111 | 11011111 | 1011110 | 0 | 111 | 110 | 10110000 | 1011001 | 110010 |
Color Harmonies of #0EEFDF
Complementary color
Monochromatic Colors of #0EEFDF
Black with #0EEFDF
Text Example
Text Example
White with #0EEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEFDF; }
p { color: rgb(14,239,223); }
H1.HeaderClassName
{
color: #0EEFDF;
}
.AnyTagClassName
{
color: #0EEFDF;
}
</style>
background-color css
<style>
a { background-color: #0EEFDF; }
a { background-color: rgb(14,239,223); }
div.DivClassName
{
background-color: #0EEFDF;
}
.BgClassName
{
background-color: #0EEFDF;
}
</style>
border-color css
<style>
span { border-color: #0EEFDF; }
span { border-color: rgb(14,239,223); }
td.TdClassName
{
border-color: #0EEFDF;
}
.TagClassName
{
border-color: #0EEFDF;
}
</style>