Shades of Turquoise #4EFEDC
Tints of Turquoise #4EFEDC
RGB
CMYK
RGB Variations
Color information
#4EFEDC (or 0x4EFEDC) is known color: Turquoise. HEX triplet: 4E, FE and DC. RGB value is (78,254,220). Sum of RGB (Red+Green+Blue) = 78+254+220=552 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.13% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEDC is #B10123. Grayscale: #C5C5C5. Windows color (decimal): -11600164 or 14483022. OLE color: 14483022.
HSL color Cylindrical-coordinate representation of color #4EFEDC: hue angle of 168.41º 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 #4EFEDC is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 220 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.00 |
| HSL | 168.41º | 0.99% | 0.65% | - |
| HSV(B) | 168.41º | 0.69% | 1% | - |
| XYZ | 51.5 | 77.67 | 79.99 | - |
| YUV | 197.5 | 140.69 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 220 | 0.69 | 0 | 0.13 | 0.00 | 168.41 | 0.99 | 0.65 |
| Hex | 4E | FE | DC | 45 | 0 | D | 0 | A8 | 63 | 41 |
| Octal | 116 | 376 | 334 | 105 | 0 | 15 | 0 | 250 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11011100 | 1000101 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000001 |
Color Harmonies of #4EFEDC
Complementary color
Monochromatic Colors of #4EFEDC
Black with #4EFEDC
Text Example
Text Example
White with #4EFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEDC; }
p { color: rgb(78,254,220); }
H1.HeaderClassName
{
color: #4EFEDC;
}
.AnyTagClassName
{
color: #4EFEDC;
}
</style>
background-color css
<style>
a { background-color: #4EFEDC; }
a { background-color: rgb(78,254,220); }
div.DivClassName
{
background-color: #4EFEDC;
}
.BgClassName
{
background-color: #4EFEDC;
}
</style>
border-color css
<style>
span { border-color: #4EFEDC; }
span { border-color: rgb(78,254,220); }
td.TdClassName
{
border-color: #4EFEDC;
}
.TagClassName
{
border-color: #4EFEDC;
}
</style>