Shades of Turquoise #4EECE0
Tints of Turquoise #4EECE0
RGB
CMYK
RGB Variations
Color information
#4EECE0 (or 0x4EECE0) is known color: Turquoise. HEX triplet: 4E, EC and E0. RGB value is (78,236,224). Sum of RGB (Red+Green+Blue) = 78+236+224=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECE0 is #B1131F. Grayscale: #BBBBBB. Windows color (decimal): -11604768 or 14740558. OLE color: 14740558.
HSL color Cylindrical-coordinate representation of color #4EECE0: hue angle of 175.44º 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 #4EECE0 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 224 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.07 |
| HSL | 175.44º | 0.81% | 0.62% | - |
| HSV(B) | 175.44º | 0.67% | 0.93% | - |
| XYZ | 46.59 | 66.99 | 81 | - |
| YUV | 187.39 | 148.65 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 224 | 0.67 | 0 | 0.05 | 0.07 | 175.44 | 0.81 | 0.62 |
| Hex | 4E | EC | E0 | 43 | 0 | 5 | 7 | AF | 51 | 3E |
| Octal | 116 | 354 | 340 | 103 | 0 | 5 | 7 | 257 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11100000 | 1000011 | 0 | 101 | 111 | 10101111 | 1010001 | 111110 |
Color Harmonies of #4EECE0
Complementary color
Monochromatic Colors of #4EECE0
Black with #4EECE0
Text Example
Text Example
White with #4EECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECE0; }
p { color: rgb(78,236,224); }
H1.HeaderClassName
{
color: #4EECE0;
}
.AnyTagClassName
{
color: #4EECE0;
}
</style>
background-color css
<style>
a { background-color: #4EECE0; }
a { background-color: rgb(78,236,224); }
div.DivClassName
{
background-color: #4EECE0;
}
.BgClassName
{
background-color: #4EECE0;
}
</style>
border-color css
<style>
span { border-color: #4EECE0; }
span { border-color: rgb(78,236,224); }
td.TdClassName
{
border-color: #4EECE0;
}
.TagClassName
{
border-color: #4EECE0;
}
</style>