Shades of Turquoise #4EF0C1
Tints of Turquoise #4EF0C1
RGB
CMYK
RGB Variations
Color information
#4EF0C1 (or 0x4EF0C1) is known color: Turquoise. HEX triplet: 4E, F0 and C1. RGB value is (78,240,193). Sum of RGB (Red+Green+Blue) = 78+240+193=511 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.26% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF0C1 is #B10F3E. Grayscale: #BABABA. Windows color (decimal): -11603775 or 12709966. OLE color: 12709966.
HSL color Cylindrical-coordinate representation of color #4EF0C1: hue angle of 162.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF0C1 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 240 | 193 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.06 |
| HSL | 162.59º | 0.84% | 0.62% | - |
| HSV(B) | 162.59º | 0.68% | 0.94% | - |
| XYZ | 43.93 | 67.79 | 61.22 | - |
| YUV | 186.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 240 | 193 | 0.68 | 0 | 0.20 | 0.06 | 162.59 | 0.84 | 0.62 |
| Hex | 4E | F0 | C1 | 44 | 0 | 14 | 6 | A3 | 54 | 3E |
| Octal | 116 | 360 | 301 | 104 | 0 | 24 | 6 | 243 | 124 | 76 |
| Binary | 1001110 | 11110000 | 11000001 | 1000100 | 0 | 10100 | 110 | 10100011 | 1010100 | 111110 |
Color Harmonies of #4EF0C1
Complementary color
Monochromatic Colors of #4EF0C1
Black with #4EF0C1
Text Example
Text Example
White with #4EF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF0C1; }
p { color: rgb(78,240,193); }
H1.HeaderClassName
{
color: #4EF0C1;
}
.AnyTagClassName
{
color: #4EF0C1;
}
</style>
background-color css
<style>
a { background-color: #4EF0C1; }
a { background-color: rgb(78,240,193); }
div.DivClassName
{
background-color: #4EF0C1;
}
.BgClassName
{
background-color: #4EF0C1;
}
</style>
border-color css
<style>
span { border-color: #4EF0C1; }
span { border-color: rgb(78,240,193); }
td.TdClassName
{
border-color: #4EF0C1;
}
.TagClassName
{
border-color: #4EF0C1;
}
</style>