Shades of Medium Turquoise #4EC2C3
Tints of Medium Turquoise #4EC2C3
RGB
CMYK
RGB Variations
Color information
#4EC2C3 (or 0x4EC2C3) is known color: Medium Turquoise. HEX triplet: 4E, C2 and C3. RGB value is (78,194,195). Sum of RGB (Red+Green+Blue) = 78+194+195=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #4EC2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2C3 is #B13D3C. Grayscale: #9F9F9F. Windows color (decimal): -11615549 or 12829262. OLE color: 12829262.
HSL color Cylindrical-coordinate representation of color #4EC2C3: hue angle of 180.51º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC2C3 is Cyan = 0.6, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 194 | 195 | - |
| CMYK | 0.6 | 0.01 | 0 | 0.24 |
| HSL | 180.51º | 0.49% | 0.54% | - |
| HSV(B) | 180.51º | 0.6% | 0.76% | - |
| XYZ | 32.28 | 44.14 | 58.45 | - |
| YUV | 159.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 195 | 0.6 | 0.01 | 0 | 0.24 | 180.51 | 0.49 | 0.54 |
| Hex | 4E | C2 | C3 | 3C | 1 | 0 | 18 | B5 | 31 | 36 |
| Octal | 116 | 302 | 303 | 74 | 1 | 0 | 30 | 265 | 61 | 66 |
| Binary | 1001110 | 11000010 | 11000011 | 111100 | 1 | 0 | 11000 | 10110101 | 110001 | 110110 |
Color Harmonies of #4EC2C3
Complementary color
Monochromatic Colors of #4EC2C3
Black with #4EC2C3
Text Example
Text Example
White with #4EC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC2C3; }
p { color: rgb(78,194,195); }
H1.HeaderClassName
{
color: #4EC2C3;
}
.AnyTagClassName
{
color: #4EC2C3;
}
</style>
background-color css
<style>
a { background-color: #4EC2C3; }
a { background-color: rgb(78,194,195); }
div.DivClassName
{
background-color: #4EC2C3;
}
.BgClassName
{
background-color: #4EC2C3;
}
</style>
border-color css
<style>
span { border-color: #4EC2C3; }
span { border-color: rgb(78,194,195); }
td.TdClassName
{
border-color: #4EC2C3;
}
.TagClassName
{
border-color: #4EC2C3;
}
</style>