Shades of Turquoise #4EE4C7
Tints of Turquoise #4EE4C7
RGB
CMYK
RGB Variations
Color information
#4EE4C7 (or 0x4EE4C7) is known color: Turquoise. HEX triplet: 4E, E4 and C7. RGB value is (78,228,199). Sum of RGB (Red+Green+Blue) = 78+228+199=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE4C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE4C7 is #B11B38. Grayscale: #B3B3B3. Windows color (decimal): -11606841 or 13100110. OLE color: 13100110.
HSL color Cylindrical-coordinate representation of color #4EE4C7: hue angle of 168.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE4C7 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 199 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.11 |
| HSL | 168.4º | 0.74% | 0.6% | - |
| HSV(B) | 168.4º | 0.66% | 0.89% | - |
| XYZ | 41.19 | 61.23 | 63.68 | - |
| YUV | 179.84 | 138.81 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 199 | 0.66 | 0 | 0.13 | 0.11 | 168.4 | 0.74 | 0.6 |
| Hex | 4E | E4 | C7 | 42 | 0 | D | B | A8 | 4A | 3C |
| Octal | 116 | 344 | 307 | 102 | 0 | 15 | 13 | 250 | 112 | 74 |
| Binary | 1001110 | 11100100 | 11000111 | 1000010 | 0 | 1101 | 1011 | 10101000 | 1001010 | 111100 |
Color Harmonies of #4EE4C7
Complementary color
Monochromatic Colors of #4EE4C7
Black with #4EE4C7
Text Example
Text Example
White with #4EE4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE4C7; }
p { color: rgb(78,228,199); }
H1.HeaderClassName
{
color: #4EE4C7;
}
.AnyTagClassName
{
color: #4EE4C7;
}
</style>
background-color css
<style>
a { background-color: #4EE4C7; }
a { background-color: rgb(78,228,199); }
div.DivClassName
{
background-color: #4EE4C7;
}
.BgClassName
{
background-color: #4EE4C7;
}
</style>
border-color css
<style>
span { border-color: #4EE4C7; }
span { border-color: rgb(78,228,199); }
td.TdClassName
{
border-color: #4EE4C7;
}
.TagClassName
{
border-color: #4EE4C7;
}
</style>