Shades of Bright Turquoise #0EFECD
Tints of Bright Turquoise #0EFECD
RGB
CMYK
RGB Variations
Color information
#0EFECD (or 0x0EFECD) is known color: Bright Turquoise. HEX triplet: 0E, FE and CD. RGB value is (14,254,205). Sum of RGB (Red+Green+Blue) = 14+254+205=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFECD is #F10132. Grayscale: #B0B0B0. Windows color (decimal): -15794483 or 13499918. OLE color: 13499918.
HSL color Cylindrical-coordinate representation of color #0EFECD: hue angle of 167.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 #0EFECD is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 205 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.00 |
| HSL | 167.75º | 0.99% | 0.53% | - |
| HSV(B) | 167.75º | 0.94% | 1% | - |
| XYZ | 46.64 | 75.38 | 69.85 | - |
| YUV | 176.65 | 143.99 | 11.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 205 | 0.94 | 0 | 0.19 | 0.00 | 167.75 | 0.99 | 0.53 |
| Hex | E | FE | CD | 5E | 0 | 13 | 0 | A8 | 63 | 35 |
| Octal | 16 | 376 | 315 | 136 | 0 | 23 | 0 | 250 | 143 | 65 |
| Binary | 1110 | 11111110 | 11001101 | 1011110 | 0 | 10011 | 0 | 10101000 | 1100011 | 110101 |
Color Harmonies of #0EFECD
Complementary color
Monochromatic Colors of #0EFECD
Black with #0EFECD
Text Example
Text Example
White with #0EFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFECD; }
p { color: rgb(14,254,205); }
H1.HeaderClassName
{
color: #0EFECD;
}
.AnyTagClassName
{
color: #0EFECD;
}
</style>
background-color css
<style>
a { background-color: #0EFECD; }
a { background-color: rgb(14,254,205); }
div.DivClassName
{
background-color: #0EFECD;
}
.BgClassName
{
background-color: #0EFECD;
}
</style>
border-color css
<style>
span { border-color: #0EFECD; }
span { border-color: rgb(14,254,205); }
td.TdClassName
{
border-color: #0EFECD;
}
.TagClassName
{
border-color: #0EFECD;
}
</style>