Shades of Turquoise #4EE3C5
Tints of Turquoise #4EE3C5
RGB
CMYK
RGB Variations
Color information
#4EE3C5 (or 0x4EE3C5) is known color: Turquoise. HEX triplet: 4E, E3 and C5. RGB value is (78,227,197). Sum of RGB (Red+Green+Blue) = 78+227+197=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE3C5 is #B11C3A. Grayscale: #B3B3B3. Windows color (decimal): -11607099 or 12968782. OLE color: 12968782.
HSL color Cylindrical-coordinate representation of color #4EE3C5: hue angle of 167.92º degrees, saturation: 0.73, 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 #4EE3C5 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 197 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.11 |
| HSL | 167.92º | 0.73% | 0.6% | - |
| HSV(B) | 167.92º | 0.66% | 0.89% | - |
| XYZ | 40.69 | 60.59 | 62.37 | - |
| YUV | 179.03 | 138.14 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 197 | 0.66 | 0 | 0.13 | 0.11 | 167.92 | 0.73 | 0.6 |
| Hex | 4E | E3 | C5 | 42 | 0 | D | B | A8 | 49 | 3C |
| Octal | 116 | 343 | 305 | 102 | 0 | 15 | 13 | 250 | 111 | 74 |
| Binary | 1001110 | 11100011 | 11000101 | 1000010 | 0 | 1101 | 1011 | 10101000 | 1001001 | 111100 |
Color Harmonies of #4EE3C5
Complementary color
Monochromatic Colors of #4EE3C5
Black with #4EE3C5
Text Example
Text Example
White with #4EE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE3C5; }
p { color: rgb(78,227,197); }
H1.HeaderClassName
{
color: #4EE3C5;
}
.AnyTagClassName
{
color: #4EE3C5;
}
</style>
background-color css
<style>
a { background-color: #4EE3C5; }
a { background-color: rgb(78,227,197); }
div.DivClassName
{
background-color: #4EE3C5;
}
.BgClassName
{
background-color: #4EE3C5;
}
</style>
border-color css
<style>
span { border-color: #4EE3C5; }
span { border-color: rgb(78,227,197); }
td.TdClassName
{
border-color: #4EE3C5;
}
.TagClassName
{
border-color: #4EE3C5;
}
</style>