Shades of Medium Turquoise #4EC7CC
Tints of Medium Turquoise #4EC7CC
RGB
CMYK
RGB Variations
Color information
#4EC7CC (or 0x4EC7CC) is known color: Medium Turquoise. HEX triplet: 4E, C7 and CC. RGB value is (78,199,204). Sum of RGB (Red+Green+Blue) = 78+199+204=481 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.22% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EC7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC7CC is #B13833. Grayscale: #A3A3A3. Windows color (decimal): -11614260 or 13420366. OLE color: 13420366.
HSL color Cylindrical-coordinate representation of color #4EC7CC: hue angle of 182.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC7CC is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 199 | 204 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.2 |
| HSL | 182.38º | 0.55% | 0.55% | - |
| HSV(B) | 182.38º | 0.62% | 0.8% | - |
| XYZ | 34.46 | 46.83 | 64.35 | - |
| YUV | 163.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 204 | 0.62 | 0.02 | 0 | 0.2 | 182.38 | 0.55 | 0.55 |
| Hex | 4E | C7 | CC | 3E | 2 | 0 | 14 | B6 | 37 | 37 |
| Octal | 116 | 307 | 314 | 76 | 2 | 0 | 24 | 266 | 67 | 67 |
| Binary | 1001110 | 11000111 | 11001100 | 111110 | 10 | 0 | 10100 | 10110110 | 110111 | 110111 |
Color Harmonies of #4EC7CC
Complementary color
Monochromatic Colors of #4EC7CC
Black with #4EC7CC
Text Example
Text Example
White with #4EC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC7CC; }
p { color: rgb(78,199,204); }
H1.HeaderClassName
{
color: #4EC7CC;
}
.AnyTagClassName
{
color: #4EC7CC;
}
</style>
background-color css
<style>
a { background-color: #4EC7CC; }
a { background-color: rgb(78,199,204); }
div.DivClassName
{
background-color: #4EC7CC;
}
.BgClassName
{
background-color: #4EC7CC;
}
</style>
border-color css
<style>
span { border-color: #4EC7CC; }
span { border-color: rgb(78,199,204); }
td.TdClassName
{
border-color: #4EC7CC;
}
.TagClassName
{
border-color: #4EC7CC;
}
</style>