Shades of Medium Turquoise #4EC8DC
Tints of Medium Turquoise #4EC8DC
RGB
CMYK
RGB Variations
Color information
#4EC8DC (or 0x4EC8DC) is known color: Medium Turquoise. HEX triplet: 4E, C8 and DC. RGB value is (78,200,220). Sum of RGB (Red+Green+Blue) = 78+200+220=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EC8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8DC is #B13723. Grayscale: #A5A5A5. Windows color (decimal): -11613988 or 14469198. OLE color: 14469198.
HSL color Cylindrical-coordinate representation of color #4EC8DC: hue angle of 188.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EC8DC is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 200 | 220 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.14 |
| HSL | 188.45º | 0.67% | 0.58% | - |
| HSV(B) | 188.45º | 0.65% | 0.86% | - |
| XYZ | 36.71 | 48.1 | 75.06 | - |
| YUV | 165.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 220 | 0.65 | 0.09 | 0 | 0.14 | 188.45 | 0.67 | 0.58 |
| Hex | 4E | C8 | DC | 41 | 9 | 0 | E | BC | 43 | 3A |
| Octal | 116 | 310 | 334 | 101 | 11 | 0 | 16 | 274 | 103 | 72 |
| Binary | 1001110 | 11001000 | 11011100 | 1000001 | 1001 | 0 | 1110 | 10111100 | 1000011 | 111010 |
Color Harmonies of #4EC8DC
Complementary color
Monochromatic Colors of #4EC8DC
Black with #4EC8DC
Text Example
Text Example
White with #4EC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8DC; }
p { color: rgb(78,200,220); }
H1.HeaderClassName
{
color: #4EC8DC;
}
.AnyTagClassName
{
color: #4EC8DC;
}
</style>
background-color css
<style>
a { background-color: #4EC8DC; }
a { background-color: rgb(78,200,220); }
div.DivClassName
{
background-color: #4EC8DC;
}
.BgClassName
{
background-color: #4EC8DC;
}
</style>
border-color css
<style>
span { border-color: #4EC8DC; }
span { border-color: rgb(78,200,220); }
td.TdClassName
{
border-color: #4EC8DC;
}
.TagClassName
{
border-color: #4EC8DC;
}
</style>