Shades of Turquoise #4EE0DB
Tints of Turquoise #4EE0DB
RGB
CMYK
RGB Variations
Color information
#4EE0DB (or 0x4EE0DB) is known color: Turquoise. HEX triplet: 4E, E0 and DB. RGB value is (78,224,219). Sum of RGB (Red+Green+Blue) = 78+224+219=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE0DB is #B11F24. Grayscale: #B3B3B3. Windows color (decimal): -11607845 or 14409806. OLE color: 14409806.
HSL color Cylindrical-coordinate representation of color #4EE0DB: hue angle of 177.95º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE0DB is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 219 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.12 |
| HSL | 177.95º | 0.7% | 0.59% | - |
| HSV(B) | 177.95º | 0.65% | 0.88% | - |
| XYZ | 42.58 | 60.05 | 76.36 | - |
| YUV | 179.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 219 | 0.65 | 0 | 0.02 | 0.12 | 177.95 | 0.7 | 0.59 |
| Hex | 4E | E0 | DB | 41 | 0 | 2 | C | B2 | 46 | 3B |
| Octal | 116 | 340 | 333 | 101 | 0 | 2 | 14 | 262 | 106 | 73 |
| Binary | 1001110 | 11100000 | 11011011 | 1000001 | 0 | 10 | 1100 | 10110010 | 1000110 | 111011 |
Color Harmonies of #4EE0DB
Complementary color
Monochromatic Colors of #4EE0DB
Black with #4EE0DB
Text Example
Text Example
White with #4EE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE0DB; }
p { color: rgb(78,224,219); }
H1.HeaderClassName
{
color: #4EE0DB;
}
.AnyTagClassName
{
color: #4EE0DB;
}
</style>
background-color css
<style>
a { background-color: #4EE0DB; }
a { background-color: rgb(78,224,219); }
div.DivClassName
{
background-color: #4EE0DB;
}
.BgClassName
{
background-color: #4EE0DB;
}
</style>
border-color css
<style>
span { border-color: #4EE0DB; }
span { border-color: rgb(78,224,219); }
td.TdClassName
{
border-color: #4EE0DB;
}
.TagClassName
{
border-color: #4EE0DB;
}
</style>