Shades of Turquoise #4EFFE2
Tints of Turquoise #4EFFE2
RGB
CMYK
RGB Variations
Color information
#4EFFE2 (or 0x4EFFE2) is known color: Turquoise. HEX triplet: 4E, FF and E2. RGB value is (78,255,226). Sum of RGB (Red+Green+Blue) = 78+255+226=559 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.95% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFE2 is #B1001D. Grayscale: #C6C6C6. Windows color (decimal): -11599902 or 14876494. OLE color: 14876494.
HSL color Cylindrical-coordinate representation of color #4EFFE2: hue angle of 170.17º 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 #4EFFE2 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 226 | - |
| CMYK | 0.69 | 0 | 0.11 | 0 |
| HSL | 170.17º | 1% | 0.65% | - |
| HSV(B) | 170.17º | 0.69% | 1% | - |
| XYZ | 52.63 | 78.63 | 84.35 | - |
| YUV | 198.77 | 143.36 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 226 | 0.69 | 0 | 0.11 | 0 | 170.17 | 1 | 0.65 |
| Hex | 4E | FF | E2 | 45 | 0 | B | 0 | AA | 64 | 41 |
| Octal | 116 | 377 | 342 | 105 | 0 | 13 | 0 | 252 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11100010 | 1000101 | 0 | 1011 | 0 | 10101010 | 1100100 | 1000001 |
Color Harmonies of #4EFFE2
Complementary color
Monochromatic Colors of #4EFFE2
Black with #4EFFE2
Text Example
Text Example
White with #4EFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFE2; }
p { color: rgb(78,255,226); }
H1.HeaderClassName
{
color: #4EFFE2;
}
.AnyTagClassName
{
color: #4EFFE2;
}
</style>
background-color css
<style>
a { background-color: #4EFFE2; }
a { background-color: rgb(78,255,226); }
div.DivClassName
{
background-color: #4EFFE2;
}
.BgClassName
{
background-color: #4EFFE2;
}
</style>
border-color css
<style>
span { border-color: #4EFFE2; }
span { border-color: rgb(78,255,226); }
td.TdClassName
{
border-color: #4EFFE2;
}
.TagClassName
{
border-color: #4EFFE2;
}
</style>