Shades of Turquoise #4EEEDC
Tints of Turquoise #4EEEDC
RGB
CMYK
RGB Variations
Color information
#4EEEDC (or 0x4EEEDC) is known color: Turquoise. HEX triplet: 4E, EE and DC. RGB value is (78,238,220). Sum of RGB (Red+Green+Blue) = 78+238+220=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEDC is #B11123. Grayscale: #BCBCBC. Windows color (decimal): -11604260 or 14478926. OLE color: 14478926.
HSL color Cylindrical-coordinate representation of color #4EEEDC: hue angle of 173.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEEDC is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 220 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 173.25º | 0.82% | 0.62% | - |
| HSV(B) | 173.25º | 0.67% | 0.93% | - |
| XYZ | 46.63 | 67.94 | 78.37 | - |
| YUV | 188.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 220 | 0.67 | 0 | 0.08 | 0.07 | 173.25 | 0.82 | 0.62 |
| Hex | 4E | EE | DC | 43 | 0 | 8 | 7 | AD | 52 | 3E |
| Octal | 116 | 356 | 334 | 103 | 0 | 10 | 7 | 255 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11011100 | 1000011 | 0 | 1000 | 111 | 10101101 | 1010010 | 111110 |
Color Harmonies of #4EEEDC
Complementary color
Monochromatic Colors of #4EEEDC
Black with #4EEEDC
Text Example
Text Example
White with #4EEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEDC; }
p { color: rgb(78,238,220); }
H1.HeaderClassName
{
color: #4EEEDC;
}
.AnyTagClassName
{
color: #4EEEDC;
}
</style>
background-color css
<style>
a { background-color: #4EEEDC; }
a { background-color: rgb(78,238,220); }
div.DivClassName
{
background-color: #4EEEDC;
}
.BgClassName
{
background-color: #4EEEDC;
}
</style>
border-color css
<style>
span { border-color: #4EEEDC; }
span { border-color: rgb(78,238,220); }
td.TdClassName
{
border-color: #4EEEDC;
}
.TagClassName
{
border-color: #4EEEDC;
}
</style>