Shades of Medium Turquoise #4EC3C3
Tints of Medium Turquoise #4EC3C3
RGB
CMYK
RGB Variations
Color information
#4EC3C3 (or 0x4EC3C3) is known color: Medium Turquoise. HEX triplet: 4E, C3 and C3. RGB value is (78,195,195). Sum of RGB (Red+Green+Blue) = 78+195+195=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #4EC3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3C3 is #B13C3C. Grayscale: #9F9F9F. Windows color (decimal): -11615293 or 12829518. OLE color: 12829518.
HSL color Cylindrical-coordinate representation of color #4EC3C3: hue angle of 180º 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 #4EC3C3 is Cyan = 0.6, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 195 | - |
| CMYK | 0.6 | 0 | 0 | 0.24 |
| HSL | 180º | 0.49% | 0.54% | - |
| HSV(B) | 180º | 0.6% | 0.76% | - |
| XYZ | 32.51 | 44.59 | 58.52 | - |
| YUV | 160.02 | 147.74 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 195 | 0.6 | 0 | 0 | 0.24 | 180 | 0.49 | 0.54 |
| Hex | 4E | C3 | C3 | 3C | 0 | 0 | 18 | B4 | 31 | 36 |
| Octal | 116 | 303 | 303 | 74 | 0 | 0 | 30 | 264 | 61 | 66 |
| Binary | 1001110 | 11000011 | 11000011 | 111100 | 0 | 0 | 11000 | 10110100 | 110001 | 110110 |
Color Harmonies of #4EC3C3
Complementary color
Monochromatic Colors of #4EC3C3
Black with #4EC3C3
Text Example
Text Example
White with #4EC3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC3C3; }
p { color: rgb(78,195,195); }
H1.HeaderClassName
{
color: #4EC3C3;
}
.AnyTagClassName
{
color: #4EC3C3;
}
</style>
background-color css
<style>
a { background-color: #4EC3C3; }
a { background-color: rgb(78,195,195); }
div.DivClassName
{
background-color: #4EC3C3;
}
.BgClassName
{
background-color: #4EC3C3;
}
</style>
border-color css
<style>
span { border-color: #4EC3C3; }
span { border-color: rgb(78,195,195); }
td.TdClassName
{
border-color: #4EC3C3;
}
.TagClassName
{
border-color: #4EC3C3;
}
</style>