Shades of Turquoise #4EECEC
Tints of Turquoise #4EECEC
RGB
CMYK
RGB Variations
Color information
#4EECEC (or 0x4EECEC) is known color: Turquoise. HEX triplet: 4E, EC and EC. RGB value is (78,236,236). Sum of RGB (Red+Green+Blue) = 78+236+236=550 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.18% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #4EECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EECEC is #B11313. Grayscale: #BCBCBC. Windows color (decimal): -11604756 or 15526990. OLE color: 15526990.
HSL color Cylindrical-coordinate representation of color #4EECEC: hue angle of 180º 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 #4EECEC is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 236 | - |
| CMYK | 0.67 | 0 | 0 | 0.07 |
| HSL | 180º | 0.81% | 0.62% | - |
| HSV(B) | 180º | 0.67% | 0.93% | - |
| XYZ | 48.28 | 67.67 | 89.87 | - |
| YUV | 188.76 | 154.65 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 236 | 0.67 | 0 | 0 | 0.07 | 180 | 0.81 | 0.62 |
| Hex | 4E | EC | EC | 43 | 0 | 0 | 7 | B4 | 51 | 3E |
| Octal | 116 | 354 | 354 | 103 | 0 | 0 | 7 | 264 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11101100 | 1000011 | 0 | 0 | 111 | 10110100 | 1010001 | 111110 |
Color Harmonies of #4EECEC
Complementary color
Monochromatic Colors of #4EECEC
Black with #4EECEC
Text Example
Text Example
White with #4EECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECEC; }
p { color: rgb(78,236,236); }
H1.HeaderClassName
{
color: #4EECEC;
}
.AnyTagClassName
{
color: #4EECEC;
}
</style>
background-color css
<style>
a { background-color: #4EECEC; }
a { background-color: rgb(78,236,236); }
div.DivClassName
{
background-color: #4EECEC;
}
.BgClassName
{
background-color: #4EECEC;
}
</style>
border-color css
<style>
span { border-color: #4EECEC; }
span { border-color: rgb(78,236,236); }
td.TdClassName
{
border-color: #4EECEC;
}
.TagClassName
{
border-color: #4EECEC;
}
</style>