Shades of Turquoise #4EEBC0
Tints of Turquoise #4EEBC0
RGB
CMYK
RGB Variations
Color information
#4EEBC0 (or 0x4EEBC0) is known color: Turquoise. HEX triplet: 4E, EB and C0. RGB value is (78,235,192). Sum of RGB (Red+Green+Blue) = 78+235+192=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBC0 is #B1143F. Grayscale: #B7B7B7. Windows color (decimal): -11605056 or 12643150. OLE color: 12643150.
HSL color Cylindrical-coordinate representation of color #4EEBC0: hue angle of 163.57º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBC0 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 192 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.08 |
| HSL | 163.57º | 0.8% | 0.61% | - |
| HSV(B) | 163.57º | 0.67% | 0.92% | - |
| XYZ | 42.36 | 64.84 | 60.15 | - |
| YUV | 183.16 | 132.99 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 192 | 0.67 | 0 | 0.18 | 0.08 | 163.57 | 0.8 | 0.61 |
| Hex | 4E | EB | C0 | 43 | 0 | 12 | 8 | A4 | 50 | 3D |
| Octal | 116 | 353 | 300 | 103 | 0 | 22 | 10 | 244 | 120 | 75 |
| Binary | 1001110 | 11101011 | 11000000 | 1000011 | 0 | 10010 | 1000 | 10100100 | 1010000 | 111101 |
Color Harmonies of #4EEBC0
Complementary color
Monochromatic Colors of #4EEBC0
Black with #4EEBC0
Text Example
Text Example
White with #4EEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBC0; }
p { color: rgb(78,235,192); }
H1.HeaderClassName
{
color: #4EEBC0;
}
.AnyTagClassName
{
color: #4EEBC0;
}
</style>
background-color css
<style>
a { background-color: #4EEBC0; }
a { background-color: rgb(78,235,192); }
div.DivClassName
{
background-color: #4EEBC0;
}
.BgClassName
{
background-color: #4EEBC0;
}
</style>
border-color css
<style>
span { border-color: #4EEBC0; }
span { border-color: rgb(78,235,192); }
td.TdClassName
{
border-color: #4EEBC0;
}
.TagClassName
{
border-color: #4EEBC0;
}
</style>