Shades of Medium Turquoise #4ECEDE
Tints of Medium Turquoise #4ECEDE
RGB
CMYK
RGB Variations
Color information
#4ECEDE (or 0x4ECEDE) is known color: Medium Turquoise. HEX triplet: 4E, CE and DE. RGB value is (78,206,222). Sum of RGB (Red+Green+Blue) = 78+206+222=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ECEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECEDE is #B13121. Grayscale: #A9A9A9. Windows color (decimal): -11612450 or 14601806. OLE color: 14601806.
HSL color Cylindrical-coordinate representation of color #4ECEDE: hue angle of 186.67º 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 #4ECEDE is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 206 | 222 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.13 |
| HSL | 186.67º | 0.69% | 0.59% | - |
| HSV(B) | 186.67º | 0.65% | 0.87% | - |
| XYZ | 38.4 | 51.04 | 76.93 | - |
| YUV | 169.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 222 | 0.65 | 0.07 | 0 | 0.13 | 186.67 | 0.69 | 0.59 |
| Hex | 4E | CE | DE | 41 | 7 | 0 | D | BB | 45 | 3B |
| Octal | 116 | 316 | 336 | 101 | 7 | 0 | 15 | 273 | 105 | 73 |
| Binary | 1001110 | 11001110 | 11011110 | 1000001 | 111 | 0 | 1101 | 10111011 | 1000101 | 111011 |
Color Harmonies of #4ECEDE
Complementary color
Monochromatic Colors of #4ECEDE
Black with #4ECEDE
Text Example
Text Example
White with #4ECEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEDE; }
p { color: rgb(78,206,222); }
H1.HeaderClassName
{
color: #4ECEDE;
}
.AnyTagClassName
{
color: #4ECEDE;
}
</style>
background-color css
<style>
a { background-color: #4ECEDE; }
a { background-color: rgb(78,206,222); }
div.DivClassName
{
background-color: #4ECEDE;
}
.BgClassName
{
background-color: #4ECEDE;
}
</style>
border-color css
<style>
span { border-color: #4ECEDE; }
span { border-color: rgb(78,206,222); }
td.TdClassName
{
border-color: #4ECEDE;
}
.TagClassName
{
border-color: #4ECEDE;
}
</style>