Shades of Turquoise #4EFECD
Tints of Turquoise #4EFECD
RGB
CMYK
RGB Variations
Color information
#4EFECD (or 0x4EFECD) is known color: Turquoise. HEX triplet: 4E, FE and CD. RGB value is (78,254,205). Sum of RGB (Red+Green+Blue) = 78+254+205=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFECD is #B10132. Grayscale: #C3C3C3. Windows color (decimal): -11600179 or 13499982. OLE color: 13499982.
HSL color Cylindrical-coordinate representation of color #4EFECD: hue angle of 163.3º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFECD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 205 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.00 |
| HSL | 163.3º | 0.99% | 0.65% | - |
| HSV(B) | 163.3º | 0.69% | 1% | - |
| XYZ | 49.6 | 76.91 | 69.99 | - |
| YUV | 195.79 | 133.19 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 205 | 0.69 | 0 | 0.19 | 0.00 | 163.3 | 0.99 | 0.65 |
| Hex | 4E | FE | CD | 45 | 0 | 13 | 0 | A3 | 63 | 41 |
| Octal | 116 | 376 | 315 | 105 | 0 | 23 | 0 | 243 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11001101 | 1000101 | 0 | 10011 | 0 | 10100011 | 1100011 | 1000001 |
Color Harmonies of #4EFECD
Complementary color
Monochromatic Colors of #4EFECD
Black with #4EFECD
Text Example
Text Example
White with #4EFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFECD; }
p { color: rgb(78,254,205); }
H1.HeaderClassName
{
color: #4EFECD;
}
.AnyTagClassName
{
color: #4EFECD;
}
</style>
background-color css
<style>
a { background-color: #4EFECD; }
a { background-color: rgb(78,254,205); }
div.DivClassName
{
background-color: #4EFECD;
}
.BgClassName
{
background-color: #4EFECD;
}
</style>
border-color css
<style>
span { border-color: #4EFECD; }
span { border-color: rgb(78,254,205); }
td.TdClassName
{
border-color: #4EFECD;
}
.TagClassName
{
border-color: #4EFECD;
}
</style>