Shades of Turquoise #4EECCC
Tints of Turquoise #4EECCC
RGB
CMYK
RGB Variations
Color information
#4EECCC (or 0x4EECCC) is known color: Turquoise. HEX triplet: 4E, EC and CC. RGB value is (78,236,204). Sum of RGB (Red+Green+Blue) = 78+236+204=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECCC is #B11333. Grayscale: #B9B9B9. Windows color (decimal): -11604788 or 13429838. OLE color: 13429838.
HSL color Cylindrical-coordinate representation of color #4EECCC: hue angle of 167.85º 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 #4EECCC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 204 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.07 |
| HSL | 167.85º | 0.81% | 0.62% | - |
| HSV(B) | 167.85º | 0.67% | 0.93% | - |
| XYZ | 44.04 | 65.97 | 67.54 | - |
| YUV | 185.11 | 138.65 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 204 | 0.67 | 0 | 0.14 | 0.07 | 167.85 | 0.81 | 0.62 |
| Hex | 4E | EC | CC | 43 | 0 | E | 7 | A8 | 51 | 3E |
| Octal | 116 | 354 | 314 | 103 | 0 | 16 | 7 | 250 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11001100 | 1000011 | 0 | 1110 | 111 | 10101000 | 1010001 | 111110 |
Color Harmonies of #4EECCC
Complementary color
Monochromatic Colors of #4EECCC
Black with #4EECCC
Text Example
Text Example
White with #4EECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECCC; }
p { color: rgb(78,236,204); }
H1.HeaderClassName
{
color: #4EECCC;
}
.AnyTagClassName
{
color: #4EECCC;
}
</style>
background-color css
<style>
a { background-color: #4EECCC; }
a { background-color: rgb(78,236,204); }
div.DivClassName
{
background-color: #4EECCC;
}
.BgClassName
{
background-color: #4EECCC;
}
</style>
border-color css
<style>
span { border-color: #4EECCC; }
span { border-color: rgb(78,236,204); }
td.TdClassName
{
border-color: #4EECCC;
}
.TagClassName
{
border-color: #4EECCC;
}
</style>