Shades of Turquoise #4EECE6
Tints of Turquoise #4EECE6
RGB
CMYK
RGB Variations
Color information
#4EECE6 (or 0x4EECE6) is known color: Turquoise. HEX triplet: 4E, EC and E6. RGB value is (78,236,230). Sum of RGB (Red+Green+Blue) = 78+236+230=544 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.34% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EECE6 is #B11319. Grayscale: #BBBBBB. Windows color (decimal): -11604762 or 15133774. OLE color: 15133774.
HSL color Cylindrical-coordinate representation of color #4EECE6: hue angle of 177.72º 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 #4EECE6 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 230 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.07 |
| HSL | 177.72º | 0.81% | 0.62% | - |
| HSV(B) | 177.72º | 0.67% | 0.93% | - |
| XYZ | 47.42 | 67.32 | 85.36 | - |
| YUV | 188.07 | 151.65 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 230 | 0.67 | 0 | 0.03 | 0.07 | 177.72 | 0.81 | 0.62 |
| Hex | 4E | EC | E6 | 43 | 0 | 3 | 7 | B2 | 51 | 3E |
| Octal | 116 | 354 | 346 | 103 | 0 | 3 | 7 | 262 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11100110 | 1000011 | 0 | 11 | 111 | 10110010 | 1010001 | 111110 |
Color Harmonies of #4EECE6
Complementary color
Monochromatic Colors of #4EECE6
Black with #4EECE6
Text Example
Text Example
White with #4EECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECE6; }
p { color: rgb(78,236,230); }
H1.HeaderClassName
{
color: #4EECE6;
}
.AnyTagClassName
{
color: #4EECE6;
}
</style>
background-color css
<style>
a { background-color: #4EECE6; }
a { background-color: rgb(78,236,230); }
div.DivClassName
{
background-color: #4EECE6;
}
.BgClassName
{
background-color: #4EECE6;
}
</style>
border-color css
<style>
span { border-color: #4EECE6; }
span { border-color: rgb(78,236,230); }
td.TdClassName
{
border-color: #4EECE6;
}
.TagClassName
{
border-color: #4EECE6;
}
</style>