Shades of Medium Turquoise #4ECEDC
Tints of Medium Turquoise #4ECEDC
RGB
CMYK
RGB Variations
Color information
#4ECEDC (or 0x4ECEDC) is known color: Medium Turquoise. HEX triplet: 4E, CE and DC. RGB value is (78,206,220). Sum of RGB (Red+Green+Blue) = 78+206+220=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ECEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECEDC is #B13123. Grayscale: #A9A9A9. Windows color (decimal): -11612452 or 14470734. OLE color: 14470734.
HSL color Cylindrical-coordinate representation of color #4ECEDC: hue angle of 185.92º 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 #4ECEDC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 206 | 220 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.14 |
| HSL | 185.92º | 0.67% | 0.58% | - |
| HSV(B) | 185.92º | 0.65% | 0.86% | - |
| XYZ | 38.13 | 50.93 | 75.53 | - |
| YUV | 169.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 220 | 0.65 | 0.06 | 0 | 0.14 | 185.92 | 0.67 | 0.58 |
| Hex | 4E | CE | DC | 41 | 6 | 0 | E | BA | 43 | 3A |
| Octal | 116 | 316 | 334 | 101 | 6 | 0 | 16 | 272 | 103 | 72 |
| Binary | 1001110 | 11001110 | 11011100 | 1000001 | 110 | 0 | 1110 | 10111010 | 1000011 | 111010 |
Color Harmonies of #4ECEDC
Complementary color
Monochromatic Colors of #4ECEDC
Black with #4ECEDC
Text Example
Text Example
White with #4ECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEDC; }
p { color: rgb(78,206,220); }
H1.HeaderClassName
{
color: #4ECEDC;
}
.AnyTagClassName
{
color: #4ECEDC;
}
</style>
background-color css
<style>
a { background-color: #4ECEDC; }
a { background-color: rgb(78,206,220); }
div.DivClassName
{
background-color: #4ECEDC;
}
.BgClassName
{
background-color: #4ECEDC;
}
</style>
border-color css
<style>
span { border-color: #4ECEDC; }
span { border-color: rgb(78,206,220); }
td.TdClassName
{
border-color: #4ECEDC;
}
.TagClassName
{
border-color: #4ECEDC;
}
</style>