Shades of Medium Turquoise #4ECECC
Tints of Medium Turquoise #4ECECC
RGB
CMYK
RGB Variations
Color information
#4ECECC (or 0x4ECECC) is known color: Medium Turquoise. HEX triplet: 4E, CE and CC. RGB value is (78,206,204). Sum of RGB (Red+Green+Blue) = 78+206+204=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #4ECECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECECC is #B13133. Grayscale: #A7A7A7. Windows color (decimal): -11612468 or 13422158. OLE color: 13422158.
HSL color Cylindrical-coordinate representation of color #4ECECC: hue angle of 179.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECECC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 206 | 204 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.19 |
| HSL | 179.06º | 0.57% | 0.56% | - |
| HSV(B) | 179.06º | 0.62% | 0.81% | - |
| XYZ | 36.11 | 50.12 | 64.9 | - |
| YUV | 167.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 204 | 0.62 | 0 | 0.01 | 0.19 | 179.06 | 0.57 | 0.56 |
| Hex | 4E | CE | CC | 3E | 0 | 1 | 13 | B3 | 39 | 38 |
| Octal | 116 | 316 | 314 | 76 | 0 | 1 | 23 | 263 | 71 | 70 |
| Binary | 1001110 | 11001110 | 11001100 | 111110 | 0 | 1 | 10011 | 10110011 | 111001 | 111000 |
Color Harmonies of #4ECECC
Complementary color
Monochromatic Colors of #4ECECC
Black with #4ECECC
Text Example
Text Example
White with #4ECECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECECC; }
p { color: rgb(78,206,204); }
H1.HeaderClassName
{
color: #4ECECC;
}
.AnyTagClassName
{
color: #4ECECC;
}
</style>
background-color css
<style>
a { background-color: #4ECECC; }
a { background-color: rgb(78,206,204); }
div.DivClassName
{
background-color: #4ECECC;
}
.BgClassName
{
background-color: #4ECECC;
}
</style>
border-color css
<style>
span { border-color: #4ECECC; }
span { border-color: rgb(78,206,204); }
td.TdClassName
{
border-color: #4ECECC;
}
.TagClassName
{
border-color: #4ECECC;
}
</style>