Shades of Turquoise #4EE6C5
Tints of Turquoise #4EE6C5
RGB
CMYK
RGB Variations
Color information
#4EE6C5 (or 0x4EE6C5) is known color: Turquoise. HEX triplet: 4E, E6 and C5. RGB value is (78,230,197). Sum of RGB (Red+Green+Blue) = 78+230+197=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE6C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE6C5 is #B1193A. Grayscale: #B4B4B4. Windows color (decimal): -11606331 or 12969550. OLE color: 12969550.
HSL color Cylindrical-coordinate representation of color #4EE6C5: hue angle of 166.97º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE6C5 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 197 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.10 |
| HSL | 166.97º | 0.75% | 0.6% | - |
| HSV(B) | 166.97º | 0.66% | 0.9% | - |
| XYZ | 41.52 | 62.24 | 62.65 | - |
| YUV | 180.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 197 | 0.66 | 0 | 0.14 | 0.10 | 166.97 | 0.75 | 0.6 |
| Hex | 4E | E6 | C5 | 42 | 0 | E | A | A7 | 4B | 3C |
| Octal | 116 | 346 | 305 | 102 | 0 | 16 | 12 | 247 | 113 | 74 |
| Binary | 1001110 | 11100110 | 11000101 | 1000010 | 0 | 1110 | 1010 | 10100111 | 1001011 | 111100 |
Color Harmonies of #4EE6C5
Complementary color
Monochromatic Colors of #4EE6C5
Black with #4EE6C5
Text Example
Text Example
White with #4EE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE6C5; }
p { color: rgb(78,230,197); }
H1.HeaderClassName
{
color: #4EE6C5;
}
.AnyTagClassName
{
color: #4EE6C5;
}
</style>
background-color css
<style>
a { background-color: #4EE6C5; }
a { background-color: rgb(78,230,197); }
div.DivClassName
{
background-color: #4EE6C5;
}
.BgClassName
{
background-color: #4EE6C5;
}
</style>
border-color css
<style>
span { border-color: #4EE6C5; }
span { border-color: rgb(78,230,197); }
td.TdClassName
{
border-color: #4EE6C5;
}
.TagClassName
{
border-color: #4EE6C5;
}
</style>