Shades of Turquoise #4EEECC
Tints of Turquoise #4EEECC
RGB
CMYK
RGB Variations
Color information
#4EEECC (or 0x4EEECC) is known color: Turquoise. HEX triplet: 4E, EE and CC. RGB value is (78,238,204). Sum of RGB (Red+Green+Blue) = 78+238+204=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEECC is #B11133. Grayscale: #BABABA. Windows color (decimal): -11604276 or 13430350. OLE color: 13430350.
HSL color Cylindrical-coordinate representation of color #4EEECC: hue angle of 167.25º degrees, saturation: 0.82, 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 #4EEECC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 204 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.07 |
| HSL | 167.25º | 0.82% | 0.62% | - |
| HSV(B) | 167.25º | 0.67% | 0.93% | - |
| XYZ | 44.62 | 67.13 | 67.73 | - |
| YUV | 186.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 204 | 0.67 | 0 | 0.14 | 0.07 | 167.25 | 0.82 | 0.62 |
| Hex | 4E | EE | CC | 43 | 0 | E | 7 | A7 | 52 | 3E |
| Octal | 116 | 356 | 314 | 103 | 0 | 16 | 7 | 247 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11001100 | 1000011 | 0 | 1110 | 111 | 10100111 | 1010010 | 111110 |
Color Harmonies of #4EEECC
Complementary color
Monochromatic Colors of #4EEECC
Black with #4EEECC
Text Example
Text Example
White with #4EEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEECC; }
p { color: rgb(78,238,204); }
H1.HeaderClassName
{
color: #4EEECC;
}
.AnyTagClassName
{
color: #4EEECC;
}
</style>
background-color css
<style>
a { background-color: #4EEECC; }
a { background-color: rgb(78,238,204); }
div.DivClassName
{
background-color: #4EEECC;
}
.BgClassName
{
background-color: #4EEECC;
}
</style>
border-color css
<style>
span { border-color: #4EEECC; }
span { border-color: rgb(78,238,204); }
td.TdClassName
{
border-color: #4EEECC;
}
.TagClassName
{
border-color: #4EEECC;
}
</style>