Shades of Turquoise #4EFFE1
Tints of Turquoise #4EFFE1
RGB
CMYK
RGB Variations
Color information
#4EFFE1 (or 0x4EFFE1) is known color: Turquoise. HEX triplet: 4E, FF and E1. RGB value is (78,255,225). Sum of RGB (Red+Green+Blue) = 78+255+225=558 (73% of max value = 765). Red value is 78 (30.86% from 255 or 13.98% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFE1 is #B1001E. Grayscale: #C6C6C6. Windows color (decimal): -11599903 or 14810958. OLE color: 14810958.
HSL color Cylindrical-coordinate representation of color #4EFFE1: hue angle of 169.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFE1 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 225 | - |
| CMYK | 0.69 | 0 | 0.12 | 0 |
| HSL | 169.83º | 1% | 0.65% | - |
| HSV(B) | 169.83º | 0.69% | 1% | - |
| XYZ | 52.49 | 78.58 | 83.63 | - |
| YUV | 198.66 | 142.86 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 225 | 0.69 | 0 | 0.12 | 0 | 169.83 | 1 | 0.65 |
| Hex | 4E | FF | E1 | 45 | 0 | C | 0 | AA | 64 | 41 |
| Octal | 116 | 377 | 341 | 105 | 0 | 14 | 0 | 252 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11100001 | 1000101 | 0 | 1100 | 0 | 10101010 | 1100100 | 1000001 |
Color Harmonies of #4EFFE1
Complementary color
Monochromatic Colors of #4EFFE1
Black with #4EFFE1
Text Example
Text Example
White with #4EFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFE1; }
p { color: rgb(78,255,225); }
H1.HeaderClassName
{
color: #4EFFE1;
}
.AnyTagClassName
{
color: #4EFFE1;
}
</style>
background-color css
<style>
a { background-color: #4EFFE1; }
a { background-color: rgb(78,255,225); }
div.DivClassName
{
background-color: #4EFFE1;
}
.BgClassName
{
background-color: #4EFFE1;
}
</style>
border-color css
<style>
span { border-color: #4EFFE1; }
span { border-color: rgb(78,255,225); }
td.TdClassName
{
border-color: #4EFFE1;
}
.TagClassName
{
border-color: #4EFFE1;
}
</style>