Shades of Turquoise #4EE4DC
Tints of Turquoise #4EE4DC
RGB
CMYK
RGB Variations
Color information
#4EE4DC (or 0x4EE4DC) is known color: Turquoise. HEX triplet: 4E, E4 and DC. RGB value is (78,228,220). Sum of RGB (Red+Green+Blue) = 78+228+220=526 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.83% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE4DC is #B11B23. Grayscale: #B6B6B6. Windows color (decimal): -11606820 or 14476366. OLE color: 14476366.
HSL color Cylindrical-coordinate representation of color #4EE4DC: hue angle of 176.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE4DC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 220 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.11 |
| HSL | 176.8º | 0.74% | 0.6% | - |
| HSV(B) | 176.8º | 0.66% | 0.89% | - |
| XYZ | 43.8 | 62.27 | 77.42 | - |
| YUV | 182.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 220 | 0.66 | 0 | 0.04 | 0.11 | 176.8 | 0.74 | 0.6 |
| Hex | 4E | E4 | DC | 42 | 0 | 4 | B | B1 | 4A | 3C |
| Octal | 116 | 344 | 334 | 102 | 0 | 4 | 13 | 261 | 112 | 74 |
| Binary | 1001110 | 11100100 | 11011100 | 1000010 | 0 | 100 | 1011 | 10110001 | 1001010 | 111100 |
Color Harmonies of #4EE4DC
Complementary color
Monochromatic Colors of #4EE4DC
Black with #4EE4DC
Text Example
Text Example
White with #4EE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE4DC; }
p { color: rgb(78,228,220); }
H1.HeaderClassName
{
color: #4EE4DC;
}
.AnyTagClassName
{
color: #4EE4DC;
}
</style>
background-color css
<style>
a { background-color: #4EE4DC; }
a { background-color: rgb(78,228,220); }
div.DivClassName
{
background-color: #4EE4DC;
}
.BgClassName
{
background-color: #4EE4DC;
}
</style>
border-color css
<style>
span { border-color: #4EE4DC; }
span { border-color: rgb(78,228,220); }
td.TdClassName
{
border-color: #4EE4DC;
}
.TagClassName
{
border-color: #4EE4DC;
}
</style>