Shades of Turquoise Blue #4EDEF7
Tints of Turquoise Blue #4EDEF7
RGB
CMYK
RGB Variations
Color information
#4EDEF7 (or 0x4EDEF7) is known color: Turquoise Blue. HEX triplet: 4E, DE and F7. RGB value is (78,222,247). Sum of RGB (Red+Green+Blue) = 78+222+247=547 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.26% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #4EDEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEF7 is #B12108. Grayscale: #B5B5B5. Windows color (decimal): -11608329 or 16244302. OLE color: 16244302.
HSL color Cylindrical-coordinate representation of color #4EDEF7: hue angle of 188.88º 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 #4EDEF7 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 222 | 247 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.03 |
| HSL | 188.88º | 0.91% | 0.64% | - |
| HSV(B) | 188.88º | 0.68% | 0.97% | - |
| XYZ | 46.05 | 60.58 | 97.26 | - |
| YUV | 181.79 | 164.79 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 247 | 0.68 | 0.10 | 0 | 0.03 | 188.88 | 0.91 | 0.64 |
| Hex | 4E | DE | F7 | 44 | A | 0 | 3 | BD | 5B | 40 |
| Octal | 116 | 336 | 367 | 104 | 12 | 0 | 3 | 275 | 133 | 100 |
| Binary | 1001110 | 11011110 | 11110111 | 1000100 | 1010 | 0 | 11 | 10111101 | 1011011 | 1000000 |
Color Harmonies of #4EDEF7
Complementary color
Monochromatic Colors of #4EDEF7
Black with #4EDEF7
Text Example
Text Example
White with #4EDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEF7; }
p { color: rgb(78,222,247); }
H1.HeaderClassName
{
color: #4EDEF7;
}
.AnyTagClassName
{
color: #4EDEF7;
}
</style>
background-color css
<style>
a { background-color: #4EDEF7; }
a { background-color: rgb(78,222,247); }
div.DivClassName
{
background-color: #4EDEF7;
}
.BgClassName
{
background-color: #4EDEF7;
}
</style>
border-color css
<style>
span { border-color: #4EDEF7; }
span { border-color: rgb(78,222,247); }
td.TdClassName
{
border-color: #4EDEF7;
}
.TagClassName
{
border-color: #4EDEF7;
}
</style>