Shades of Turquoise #4EFEDB
Tints of Turquoise #4EFEDB
RGB
CMYK
RGB Variations
Color information
#4EFEDB (or 0x4EFEDB) is known color: Turquoise. HEX triplet: 4E, FE and DB. RGB value is (78,254,219). Sum of RGB (Red+Green+Blue) = 78+254+219=551 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.16% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEDB is #B10124. Grayscale: #C5C5C5. Windows color (decimal): -11600165 or 14417486. OLE color: 14417486.
HSL color Cylindrical-coordinate representation of color #4EFEDB: hue angle of 168.07º 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 #4EFEDB is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 219 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.00 |
| HSL | 168.07º | 0.99% | 0.65% | - |
| HSV(B) | 168.07º | 0.69% | 1% | - |
| XYZ | 51.37 | 77.62 | 79.29 | - |
| YUV | 197.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 219 | 0.69 | 0 | 0.14 | 0.00 | 168.07 | 0.99 | 0.65 |
| Hex | 4E | FE | DB | 45 | 0 | E | 0 | A8 | 63 | 41 |
| Octal | 116 | 376 | 333 | 105 | 0 | 16 | 0 | 250 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11011011 | 1000101 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000001 |
Color Harmonies of #4EFEDB
Complementary color
Monochromatic Colors of #4EFEDB
Black with #4EFEDB
Text Example
Text Example
White with #4EFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEDB; }
p { color: rgb(78,254,219); }
H1.HeaderClassName
{
color: #4EFEDB;
}
.AnyTagClassName
{
color: #4EFEDB;
}
</style>
background-color css
<style>
a { background-color: #4EFEDB; }
a { background-color: rgb(78,254,219); }
div.DivClassName
{
background-color: #4EFEDB;
}
.BgClassName
{
background-color: #4EFEDB;
}
</style>
border-color css
<style>
span { border-color: #4EFEDB; }
span { border-color: rgb(78,254,219); }
td.TdClassName
{
border-color: #4EFEDB;
}
.TagClassName
{
border-color: #4EFEDB;
}
</style>