Shades of Turquoise #4EEBC2
Tints of Turquoise #4EEBC2
RGB
CMYK
RGB Variations
Color information
#4EEBC2 (or 0x4EEBC2) is known color: Turquoise. HEX triplet: 4E, EB and C2. RGB value is (78,235,194). Sum of RGB (Red+Green+Blue) = 78+235+194=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBC2 is #B1143D. Grayscale: #B7B7B7. Windows color (decimal): -11605054 or 12774222. OLE color: 12774222.
HSL color Cylindrical-coordinate representation of color #4EEBC2: hue angle of 164.33º 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 #4EEBC2 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 194 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.08 |
| HSL | 164.33º | 0.8% | 0.61% | - |
| HSV(B) | 164.33º | 0.67% | 0.92% | - |
| XYZ | 42.59 | 64.93 | 61.33 | - |
| YUV | 183.38 | 133.99 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 194 | 0.67 | 0 | 0.17 | 0.08 | 164.33 | 0.8 | 0.61 |
| Hex | 4E | EB | C2 | 43 | 0 | 11 | 8 | A4 | 50 | 3D |
| Octal | 116 | 353 | 302 | 103 | 0 | 21 | 10 | 244 | 120 | 75 |
| Binary | 1001110 | 11101011 | 11000010 | 1000011 | 0 | 10001 | 1000 | 10100100 | 1010000 | 111101 |
Color Harmonies of #4EEBC2
Complementary color
Monochromatic Colors of #4EEBC2
Black with #4EEBC2
Text Example
Text Example
White with #4EEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBC2; }
p { color: rgb(78,235,194); }
H1.HeaderClassName
{
color: #4EEBC2;
}
.AnyTagClassName
{
color: #4EEBC2;
}
</style>
background-color css
<style>
a { background-color: #4EEBC2; }
a { background-color: rgb(78,235,194); }
div.DivClassName
{
background-color: #4EEBC2;
}
.BgClassName
{
background-color: #4EEBC2;
}
</style>
border-color css
<style>
span { border-color: #4EEBC2; }
span { border-color: rgb(78,235,194); }
td.TdClassName
{
border-color: #4EEBC2;
}
.TagClassName
{
border-color: #4EEBC2;
}
</style>