Shades of Turquoise #4EF7D0
Tints of Turquoise #4EF7D0
RGB
CMYK
RGB Variations
Color information
#4EF7D0 (or 0x4EF7D0) is known color: Turquoise. HEX triplet: 4E, F7 and D0. RGB value is (78,247,208). Sum of RGB (Red+Green+Blue) = 78+247+208=533 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.63% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #4EF7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF7D0 is #B1082F. Grayscale: #C0C0C0. Windows color (decimal): -11601968 or 13694798. OLE color: 13694798.
HSL color Cylindrical-coordinate representation of color #4EF7D0: hue angle of 166.15º 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 #4EF7D0 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 247 | 208 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.03 |
| HSL | 166.15º | 0.91% | 0.64% | - |
| HSV(B) | 166.15º | 0.68% | 0.97% | - |
| XYZ | 47.79 | 72.7 | 71.19 | - |
| YUV | 192.02 | 137.01 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 247 | 208 | 0.68 | 0 | 0.16 | 0.03 | 166.15 | 0.91 | 0.64 |
| Hex | 4E | F7 | D0 | 44 | 0 | 10 | 3 | A6 | 5B | 40 |
| Octal | 116 | 367 | 320 | 104 | 0 | 20 | 3 | 246 | 133 | 100 |
| Binary | 1001110 | 11110111 | 11010000 | 1000100 | 0 | 10000 | 11 | 10100110 | 1011011 | 1000000 |
Color Harmonies of #4EF7D0
Complementary color
Monochromatic Colors of #4EF7D0
Black with #4EF7D0
Text Example
Text Example
White with #4EF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF7D0; }
p { color: rgb(78,247,208); }
H1.HeaderClassName
{
color: #4EF7D0;
}
.AnyTagClassName
{
color: #4EF7D0;
}
</style>
background-color css
<style>
a { background-color: #4EF7D0; }
a { background-color: rgb(78,247,208); }
div.DivClassName
{
background-color: #4EF7D0;
}
.BgClassName
{
background-color: #4EF7D0;
}
</style>
border-color css
<style>
span { border-color: #4EF7D0; }
span { border-color: rgb(78,247,208); }
td.TdClassName
{
border-color: #4EF7D0;
}
.TagClassName
{
border-color: #4EF7D0;
}
</style>