Shades of Turquoise #4EF7EA
Tints of Turquoise #4EF7EA
RGB
CMYK
RGB Variations
Color information
#4EF7EA (or 0x4EF7EA) is known color: Turquoise. HEX triplet: 4E, F7 and EA. RGB value is (78,247,234). Sum of RGB (Red+Green+Blue) = 78+247+234=559 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.95% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #4EF7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF7EA is #B10815. Grayscale: #C2C2C2. Windows color (decimal): -11601942 or 15398734. OLE color: 15398734.
HSL color Cylindrical-coordinate representation of color #4EF7EA: hue angle of 175.38º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF7EA is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 247 | 234 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.03 |
| HSL | 175.38º | 0.91% | 0.64% | - |
| HSV(B) | 175.38º | 0.68% | 0.97% | - |
| XYZ | 51.25 | 74.08 | 89.44 | - |
| YUV | 194.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 247 | 234 | 0.68 | 0 | 0.05 | 0.03 | 175.38 | 0.91 | 0.64 |
| Hex | 4E | F7 | EA | 44 | 0 | 5 | 3 | AF | 5B | 40 |
| Octal | 116 | 367 | 352 | 104 | 0 | 5 | 3 | 257 | 133 | 100 |
| Binary | 1001110 | 11110111 | 11101010 | 1000100 | 0 | 101 | 11 | 10101111 | 1011011 | 1000000 |
Color Harmonies of #4EF7EA
Complementary color
Monochromatic Colors of #4EF7EA
Black with #4EF7EA
Text Example
Text Example
White with #4EF7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF7EA; }
p { color: rgb(78,247,234); }
H1.HeaderClassName
{
color: #4EF7EA;
}
.AnyTagClassName
{
color: #4EF7EA;
}
</style>
background-color css
<style>
a { background-color: #4EF7EA; }
a { background-color: rgb(78,247,234); }
div.DivClassName
{
background-color: #4EF7EA;
}
.BgClassName
{
background-color: #4EF7EA;
}
</style>
border-color css
<style>
span { border-color: #4EF7EA; }
span { border-color: rgb(78,247,234); }
td.TdClassName
{
border-color: #4EF7EA;
}
.TagClassName
{
border-color: #4EF7EA;
}
</style>