Shades of Medium Turquoise #4ECBCA
Tints of Medium Turquoise #4ECBCA
RGB
CMYK
RGB Variations
Color information
#4ECBCA (or 0x4ECBCA) is known color: Medium Turquoise. HEX triplet: 4E, CB and CA. RGB value is (78,203,202). Sum of RGB (Red+Green+Blue) = 78+203+202=483 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.15% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBCA is #B13435. Grayscale: #A5A5A5. Windows color (decimal): -11613238 or 13290318. OLE color: 13290318.
HSL color Cylindrical-coordinate representation of color #4ECBCA: hue angle of 179.52º 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 #4ECBCA is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 202 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.20 |
| HSL | 179.52º | 0.55% | 0.55% | - |
| HSV(B) | 179.52º | 0.62% | 0.8% | - |
| XYZ | 35.16 | 48.6 | 63.4 | - |
| YUV | 165.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 202 | 0.62 | 0 | 0.00 | 0.20 | 179.52 | 0.55 | 0.55 |
| Hex | 4E | CB | CA | 3E | 0 | 0 | 14 | B4 | 37 | 37 |
| Octal | 116 | 313 | 312 | 76 | 0 | 0 | 24 | 264 | 67 | 67 |
| Binary | 1001110 | 11001011 | 11001010 | 111110 | 0 | 0 | 10100 | 10110100 | 110111 | 110111 |
Color Harmonies of #4ECBCA
Complementary color
Monochromatic Colors of #4ECBCA
Black with #4ECBCA
Text Example
Text Example
White with #4ECBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBCA; }
p { color: rgb(78,203,202); }
H1.HeaderClassName
{
color: #4ECBCA;
}
.AnyTagClassName
{
color: #4ECBCA;
}
</style>
background-color css
<style>
a { background-color: #4ECBCA; }
a { background-color: rgb(78,203,202); }
div.DivClassName
{
background-color: #4ECBCA;
}
.BgClassName
{
background-color: #4ECBCA;
}
</style>
border-color css
<style>
span { border-color: #4ECBCA; }
span { border-color: rgb(78,203,202); }
td.TdClassName
{
border-color: #4ECBCA;
}
.TagClassName
{
border-color: #4ECBCA;
}
</style>