Shades of Medium Turquoise #4EC1C2
Tints of Medium Turquoise #4EC1C2
RGB
CMYK
RGB Variations
Color information
#4EC1C2 (or 0x4EC1C2) is known color: Medium Turquoise. HEX triplet: 4E, C1 and C2. RGB value is (78,193,194). Sum of RGB (Red+Green+Blue) = 78+193+194=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #4EC1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1C2 is #B13E3D. Grayscale: #9E9E9E. Windows color (decimal): -11615806 or 12763470. OLE color: 12763470.
HSL color Cylindrical-coordinate representation of color #4EC1C2: hue angle of 180.52º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC1C2 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 194 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.24 |
| HSL | 180.52º | 0.49% | 0.53% | - |
| HSV(B) | 180.52º | 0.6% | 0.76% | - |
| XYZ | 31.95 | 43.65 | 57.78 | - |
| YUV | 158.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 194 | 0.60 | 0.01 | 0 | 0.24 | 180.52 | 0.49 | 0.53 |
| Hex | 4E | C1 | C2 | 3C | 1 | 0 | 18 | B5 | 31 | 35 |
| Octal | 116 | 301 | 302 | 74 | 1 | 0 | 30 | 265 | 61 | 65 |
| Binary | 1001110 | 11000001 | 11000010 | 111100 | 1 | 0 | 11000 | 10110101 | 110001 | 110101 |
Color Harmonies of #4EC1C2
Complementary color
Monochromatic Colors of #4EC1C2
Black with #4EC1C2
Text Example
Text Example
White with #4EC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1C2; }
p { color: rgb(78,193,194); }
H1.HeaderClassName
{
color: #4EC1C2;
}
.AnyTagClassName
{
color: #4EC1C2;
}
</style>
background-color css
<style>
a { background-color: #4EC1C2; }
a { background-color: rgb(78,193,194); }
div.DivClassName
{
background-color: #4EC1C2;
}
.BgClassName
{
background-color: #4EC1C2;
}
</style>
border-color css
<style>
span { border-color: #4EC1C2; }
span { border-color: rgb(78,193,194); }
td.TdClassName
{
border-color: #4EC1C2;
}
.TagClassName
{
border-color: #4EC1C2;
}
</style>