Shades of Turquoise #4EE0DD
Tints of Turquoise #4EE0DD
RGB
CMYK
RGB Variations
Color information
#4EE0DD (or 0x4EE0DD) is known color: Turquoise. HEX triplet: 4E, E0 and DD. RGB value is (78,224,221). Sum of RGB (Red+Green+Blue) = 78+224+221=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE0DD is #B11F22. Grayscale: #B3B3B3. Windows color (decimal): -11607843 or 14540878. OLE color: 14540878.
HSL color Cylindrical-coordinate representation of color #4EE0DD: hue angle of 178.77º 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 #4EE0DD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 221 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.12 |
| HSL | 178.77º | 0.7% | 0.59% | - |
| HSV(B) | 178.77º | 0.65% | 0.88% | - |
| XYZ | 42.85 | 60.15 | 77.76 | - |
| YUV | 180 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 221 | 0.65 | 0 | 0.01 | 0.12 | 178.77 | 0.7 | 0.59 |
| Hex | 4E | E0 | DD | 41 | 0 | 1 | C | B3 | 46 | 3B |
| Octal | 116 | 340 | 335 | 101 | 0 | 1 | 14 | 263 | 106 | 73 |
| Binary | 1001110 | 11100000 | 11011101 | 1000001 | 0 | 1 | 1100 | 10110011 | 1000110 | 111011 |
Color Harmonies of #4EE0DD
Complementary color
Monochromatic Colors of #4EE0DD
Black with #4EE0DD
Text Example
Text Example
White with #4EE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE0DD; }
p { color: rgb(78,224,221); }
H1.HeaderClassName
{
color: #4EE0DD;
}
.AnyTagClassName
{
color: #4EE0DD;
}
</style>
background-color css
<style>
a { background-color: #4EE0DD; }
a { background-color: rgb(78,224,221); }
div.DivClassName
{
background-color: #4EE0DD;
}
.BgClassName
{
background-color: #4EE0DD;
}
</style>
border-color css
<style>
span { border-color: #4EE0DD; }
span { border-color: rgb(78,224,221); }
td.TdClassName
{
border-color: #4EE0DD;
}
.TagClassName
{
border-color: #4EE0DD;
}
</style>