Shades of Medium Turquoise #4ECBBA
Tints of Medium Turquoise #4ECBBA
RGB
CMYK
RGB Variations
Color information
#4ECBBA (or 0x4ECBBA) is known color: Medium Turquoise. HEX triplet: 4E, CB and BA. RGB value is (78,203,186). Sum of RGB (Red+Green+Blue) = 78+203+186=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBBA is #B13445. Grayscale: #A3A3A3. Windows color (decimal): -11613254 or 12241742. OLE color: 12241742.
HSL color Cylindrical-coordinate representation of color #4ECBBA: hue angle of 171.84º 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 #4ECBBA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 186 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.20 |
| HSL | 171.84º | 0.55% | 0.55% | - |
| HSV(B) | 171.84º | 0.62% | 0.8% | - |
| XYZ | 33.36 | 47.88 | 53.94 | - |
| YUV | 163.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 186 | 0.62 | 0 | 0.08 | 0.20 | 171.84 | 0.55 | 0.55 |
| Hex | 4E | CB | BA | 3E | 0 | 8 | 14 | AC | 37 | 37 |
| Octal | 116 | 313 | 272 | 76 | 0 | 10 | 24 | 254 | 67 | 67 |
| Binary | 1001110 | 11001011 | 10111010 | 111110 | 0 | 1000 | 10100 | 10101100 | 110111 | 110111 |
Color Harmonies of #4ECBBA
Complementary color
Monochromatic Colors of #4ECBBA
Black with #4ECBBA
Text Example
Text Example
White with #4ECBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBBA; }
p { color: rgb(78,203,186); }
H1.HeaderClassName
{
color: #4ECBBA;
}
.AnyTagClassName
{
color: #4ECBBA;
}
</style>
background-color css
<style>
a { background-color: #4ECBBA; }
a { background-color: rgb(78,203,186); }
div.DivClassName
{
background-color: #4ECBBA;
}
.BgClassName
{
background-color: #4ECBBA;
}
</style>
border-color css
<style>
span { border-color: #4ECBBA; }
span { border-color: rgb(78,203,186); }
td.TdClassName
{
border-color: #4ECBBA;
}
.TagClassName
{
border-color: #4ECBBA;
}
</style>