Shades of Turquoise #4EECC2
Tints of Turquoise #4EECC2
RGB
CMYK
RGB Variations
Color information
#4EECC2 (or 0x4EECC2) is known color: Turquoise. HEX triplet: 4E, EC and C2. RGB value is (78,236,194). Sum of RGB (Red+Green+Blue) = 78+236+194=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECC2 is #B1133D. Grayscale: #B7B7B7. Windows color (decimal): -11604798 or 12774478. OLE color: 12774478.
HSL color Cylindrical-coordinate representation of color #4EECC2: hue angle of 164.05º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EECC2 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 194 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.07 |
| HSL | 164.05º | 0.81% | 0.62% | - |
| HSV(B) | 164.05º | 0.67% | 0.93% | - |
| XYZ | 42.87 | 65.51 | 61.42 | - |
| YUV | 183.97 | 133.65 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 194 | 0.67 | 0 | 0.18 | 0.07 | 164.05 | 0.81 | 0.62 |
| Hex | 4E | EC | C2 | 43 | 0 | 12 | 7 | A4 | 51 | 3E |
| Octal | 116 | 354 | 302 | 103 | 0 | 22 | 7 | 244 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11000010 | 1000011 | 0 | 10010 | 111 | 10100100 | 1010001 | 111110 |
Color Harmonies of #4EECC2
Complementary color
Monochromatic Colors of #4EECC2
Black with #4EECC2
Text Example
Text Example
White with #4EECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECC2; }
p { color: rgb(78,236,194); }
H1.HeaderClassName
{
color: #4EECC2;
}
.AnyTagClassName
{
color: #4EECC2;
}
</style>
background-color css
<style>
a { background-color: #4EECC2; }
a { background-color: rgb(78,236,194); }
div.DivClassName
{
background-color: #4EECC2;
}
.BgClassName
{
background-color: #4EECC2;
}
</style>
border-color css
<style>
span { border-color: #4EECC2; }
span { border-color: rgb(78,236,194); }
td.TdClassName
{
border-color: #4EECC2;
}
.TagClassName
{
border-color: #4EECC2;
}
</style>