Shades of Medium Turquoise #4EDCDE
Tints of Medium Turquoise #4EDCDE
RGB
CMYK
RGB Variations
Color information
#4EDCDE (or 0x4EDCDE) is known color: Medium Turquoise. HEX triplet: 4E, DC and DE. RGB value is (78,220,222). Sum of RGB (Red+Green+Blue) = 78+220+222=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EDCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCDE is #B12321. Grayscale: #B1B1B1. Windows color (decimal): -11608866 or 14605390. OLE color: 14605390.
HSL color Cylindrical-coordinate representation of color #4EDCDE: hue angle of 180.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCDE is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 220 | 222 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.13 |
| HSL | 180.83º | 0.69% | 0.59% | - |
| HSV(B) | 180.83º | 0.65% | 0.87% | - |
| XYZ | 41.92 | 58.08 | 78.11 | - |
| YUV | 177.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 222 | 0.65 | 0.01 | 0 | 0.13 | 180.83 | 0.69 | 0.59 |
| Hex | 4E | DC | DE | 41 | 1 | 0 | D | B5 | 45 | 3B |
| Octal | 116 | 334 | 336 | 101 | 1 | 0 | 15 | 265 | 105 | 73 |
| Binary | 1001110 | 11011100 | 11011110 | 1000001 | 1 | 0 | 1101 | 10110101 | 1000101 | 111011 |
Color Harmonies of #4EDCDE
Complementary color
Monochromatic Colors of #4EDCDE
Black with #4EDCDE
Text Example
Text Example
White with #4EDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCDE; }
p { color: rgb(78,220,222); }
H1.HeaderClassName
{
color: #4EDCDE;
}
.AnyTagClassName
{
color: #4EDCDE;
}
</style>
background-color css
<style>
a { background-color: #4EDCDE; }
a { background-color: rgb(78,220,222); }
div.DivClassName
{
background-color: #4EDCDE;
}
.BgClassName
{
background-color: #4EDCDE;
}
</style>
border-color css
<style>
span { border-color: #4EDCDE; }
span { border-color: rgb(78,220,222); }
td.TdClassName
{
border-color: #4EDCDE;
}
.TagClassName
{
border-color: #4EDCDE;
}
</style>