Shades of Turquoise #4EF7DD
Tints of Turquoise #4EF7DD
RGB
CMYK
RGB Variations
Color information
#4EF7DD (or 0x4EF7DD) is known color: Turquoise. HEX triplet: 4E, F7 and DD. RGB value is (78,247,221). Sum of RGB (Red+Green+Blue) = 78+247+221=546 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.29% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #4EF7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF7DD is #B10822. Grayscale: #C1C1C1. Windows color (decimal): -11601955 or 14546766. OLE color: 14546766.
HSL color Cylindrical-coordinate representation of color #4EF7DD: hue angle of 170.77º 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 #4EF7DD is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 247 | 221 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.03 |
| HSL | 170.77º | 0.91% | 0.64% | - |
| HSV(B) | 170.77º | 0.68% | 0.97% | - |
| XYZ | 49.45 | 73.36 | 79.96 | - |
| YUV | 193.51 | 143.51 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 247 | 221 | 0.68 | 0 | 0.11 | 0.03 | 170.77 | 0.91 | 0.64 |
| Hex | 4E | F7 | DD | 44 | 0 | B | 3 | AB | 5B | 40 |
| Octal | 116 | 367 | 335 | 104 | 0 | 13 | 3 | 253 | 133 | 100 |
| Binary | 1001110 | 11110111 | 11011101 | 1000100 | 0 | 1011 | 11 | 10101011 | 1011011 | 1000000 |
Color Harmonies of #4EF7DD
Complementary color
Monochromatic Colors of #4EF7DD
Black with #4EF7DD
Text Example
Text Example
White with #4EF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF7DD; }
p { color: rgb(78,247,221); }
H1.HeaderClassName
{
color: #4EF7DD;
}
.AnyTagClassName
{
color: #4EF7DD;
}
</style>
background-color css
<style>
a { background-color: #4EF7DD; }
a { background-color: rgb(78,247,221); }
div.DivClassName
{
background-color: #4EF7DD;
}
.BgClassName
{
background-color: #4EF7DD;
}
</style>
border-color css
<style>
span { border-color: #4EF7DD; }
span { border-color: rgb(78,247,221); }
td.TdClassName
{
border-color: #4EF7DD;
}
.TagClassName
{
border-color: #4EF7DD;
}
</style>