Shades of Bright Turquoise #0EFEC9
Tints of Bright Turquoise #0EFEC9
RGB
CMYK
RGB Variations
Color information
#0EFEC9 (or 0x0EFEC9) is known color: Bright Turquoise. HEX triplet: 0E, FE and C9. RGB value is (14,254,201). Sum of RGB (Red+Green+Blue) = 14+254+201=469 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFEC9 is #F10136. Grayscale: #B0B0B0. Windows color (decimal): -15794487 or 13237774. OLE color: 13237774.
HSL color Cylindrical-coordinate representation of color #0EFEC9: hue angle of 166.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEC9 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 201 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.00 |
| HSL | 166.75º | 0.99% | 0.53% | - |
| HSV(B) | 166.75º | 0.94% | 1% | - |
| XYZ | 46.17 | 75.19 | 67.34 | - |
| YUV | 176.2 | 141.99 | 12.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 201 | 0.94 | 0 | 0.21 | 0.00 | 166.75 | 0.99 | 0.53 |
| Hex | E | FE | C9 | 5E | 0 | 15 | 0 | A7 | 63 | 35 |
| Octal | 16 | 376 | 311 | 136 | 0 | 25 | 0 | 247 | 143 | 65 |
| Binary | 1110 | 11111110 | 11001001 | 1011110 | 0 | 10101 | 0 | 10100111 | 1100011 | 110101 |
Color Harmonies of #0EFEC9
Complementary color
Monochromatic Colors of #0EFEC9
Black with #0EFEC9
Text Example
Text Example
White with #0EFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEC9; }
p { color: rgb(14,254,201); }
H1.HeaderClassName
{
color: #0EFEC9;
}
.AnyTagClassName
{
color: #0EFEC9;
}
</style>
background-color css
<style>
a { background-color: #0EFEC9; }
a { background-color: rgb(14,254,201); }
div.DivClassName
{
background-color: #0EFEC9;
}
.BgClassName
{
background-color: #0EFEC9;
}
</style>
border-color css
<style>
span { border-color: #0EFEC9; }
span { border-color: rgb(14,254,201); }
td.TdClassName
{
border-color: #0EFEC9;
}
.TagClassName
{
border-color: #0EFEC9;
}
</style>