Shades of Turquoise #4EFEDA
Tints of Turquoise #4EFEDA
RGB
CMYK
RGB Variations
Color information
#4EFEDA (or 0x4EFEDA) is known color: Turquoise. HEX triplet: 4E, FE and DA. RGB value is (78,254,218). Sum of RGB (Red+Green+Blue) = 78+254+218=550 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.18% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEDA is #B10125. Grayscale: #C5C5C5. Windows color (decimal): -11600166 or 14351950. OLE color: 14351950.
HSL color Cylindrical-coordinate representation of color #4EFEDA: hue angle of 167.73º 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 #4EFEDA is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 218 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.00 |
| HSL | 167.73º | 0.99% | 0.65% | - |
| HSV(B) | 167.73º | 0.69% | 1% | - |
| XYZ | 51.24 | 77.57 | 78.6 | - |
| YUV | 197.27 | 139.69 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 218 | 0.69 | 0 | 0.14 | 0.00 | 167.73 | 0.99 | 0.65 |
| Hex | 4E | FE | DA | 45 | 0 | E | 0 | A8 | 63 | 41 |
| Octal | 116 | 376 | 332 | 105 | 0 | 16 | 0 | 250 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11011010 | 1000101 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000001 |
Color Harmonies of #4EFEDA
Complementary color
Monochromatic Colors of #4EFEDA
Black with #4EFEDA
Text Example
Text Example
White with #4EFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEDA; }
p { color: rgb(78,254,218); }
H1.HeaderClassName
{
color: #4EFEDA;
}
.AnyTagClassName
{
color: #4EFEDA;
}
</style>
background-color css
<style>
a { background-color: #4EFEDA; }
a { background-color: rgb(78,254,218); }
div.DivClassName
{
background-color: #4EFEDA;
}
.BgClassName
{
background-color: #4EFEDA;
}
</style>
border-color css
<style>
span { border-color: #4EFEDA; }
span { border-color: rgb(78,254,218); }
td.TdClassName
{
border-color: #4EFEDA;
}
.TagClassName
{
border-color: #4EFEDA;
}
</style>