Shades of Medium Turquoise #4ECCBC
Tints of Medium Turquoise #4ECCBC
RGB
CMYK
RGB Variations
Color information
#4ECCBC (or 0x4ECCBC) is known color: Medium Turquoise. HEX triplet: 4E, CC and BC. RGB value is (78,204,188). Sum of RGB (Red+Green+Blue) = 78+204+188=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCBC is #B13343. Grayscale: #A4A4A4. Windows color (decimal): -11612996 or 12373070. OLE color: 12373070.
HSL color Cylindrical-coordinate representation of color #4ECCBC: hue angle of 172.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 #4ECCBC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 188 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.2 |
| HSL | 172.38º | 0.55% | 0.55% | - |
| HSV(B) | 172.38º | 0.62% | 0.8% | - |
| XYZ | 33.81 | 48.44 | 55.14 | - |
| YUV | 164.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 188 | 0.62 | 0 | 0.08 | 0.2 | 172.38 | 0.55 | 0.55 |
| Hex | 4E | CC | BC | 3E | 0 | 8 | 14 | AC | 37 | 37 |
| Octal | 116 | 314 | 274 | 76 | 0 | 10 | 24 | 254 | 67 | 67 |
| Binary | 1001110 | 11001100 | 10111100 | 111110 | 0 | 1000 | 10100 | 10101100 | 110111 | 110111 |
Color Harmonies of #4ECCBC
Complementary color
Monochromatic Colors of #4ECCBC
Black with #4ECCBC
Text Example
Text Example
White with #4ECCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCBC; }
p { color: rgb(78,204,188); }
H1.HeaderClassName
{
color: #4ECCBC;
}
.AnyTagClassName
{
color: #4ECCBC;
}
</style>
background-color css
<style>
a { background-color: #4ECCBC; }
a { background-color: rgb(78,204,188); }
div.DivClassName
{
background-color: #4ECCBC;
}
.BgClassName
{
background-color: #4ECCBC;
}
</style>
border-color css
<style>
span { border-color: #4ECCBC; }
span { border-color: rgb(78,204,188); }
td.TdClassName
{
border-color: #4ECCBC;
}
.TagClassName
{
border-color: #4ECCBC;
}
</style>