Shades of Bright Turquoise #0EEADF
Tints of Bright Turquoise #0EEADF
RGB
CMYK
RGB Variations
Color information
#0EEADF (or 0x0EEADF) is known color: Bright Turquoise. HEX triplet: 0E, EA and DF. RGB value is (14,234,223). Sum of RGB (Red+Green+Blue) = 14+234+223=471 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEADF is #F11520. Grayscale: #A6A6A6. Windows color (decimal): -15799585 or 14674446. OLE color: 14674446.
HSL color Cylindrical-coordinate representation of color #0EEADF: hue angle of 177º 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 #0EEADF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 223 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.08 |
| HSL | 177º | 0.89% | 0.49% | - |
| HSV(B) | 177º | 0.94% | 0.92% | - |
| XYZ | 42.92 | 64.27 | 79.95 | - |
| YUV | 166.97 | 159.61 | 18.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 223 | 0.94 | 0 | 0.05 | 0.08 | 177 | 0.89 | 0.49 |
| Hex | E | EA | DF | 5E | 0 | 5 | 8 | B1 | 59 | 31 |
| Octal | 16 | 352 | 337 | 136 | 0 | 5 | 10 | 261 | 131 | 61 |
| Binary | 1110 | 11101010 | 11011111 | 1011110 | 0 | 101 | 1000 | 10110001 | 1011001 | 110001 |
Color Harmonies of #0EEADF
Complementary color
Monochromatic Colors of #0EEADF
Black with #0EEADF
Text Example
Text Example
White with #0EEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEADF; }
p { color: rgb(14,234,223); }
H1.HeaderClassName
{
color: #0EEADF;
}
.AnyTagClassName
{
color: #0EEADF;
}
</style>
background-color css
<style>
a { background-color: #0EEADF; }
a { background-color: rgb(14,234,223); }
div.DivClassName
{
background-color: #0EEADF;
}
.BgClassName
{
background-color: #0EEADF;
}
</style>
border-color css
<style>
span { border-color: #0EEADF; }
span { border-color: rgb(14,234,223); }
td.TdClassName
{
border-color: #0EEADF;
}
.TagClassName
{
border-color: #0EEADF;
}
</style>