Shades of Turquoise Blue #4EDEF6
Tints of Turquoise Blue #4EDEF6
RGB
CMYK
RGB Variations
Color information
#4EDEF6 (or 0x4EDEF6) is known color: Turquoise Blue. HEX triplet: 4E, DE and F6. RGB value is (78,222,246). Sum of RGB (Red+Green+Blue) = 78+222+246=546 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.29% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #4EDEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEF6 is #B12109. Grayscale: #B5B5B5. Windows color (decimal): -11608330 or 16178766. OLE color: 16178766.
HSL color Cylindrical-coordinate representation of color #4EDEF6: hue angle of 188.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EDEF6 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 222 | 246 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.04 |
| HSL | 188.57º | 0.9% | 0.64% | - |
| HSV(B) | 188.57º | 0.68% | 0.96% | - |
| XYZ | 45.9 | 60.52 | 96.45 | - |
| YUV | 181.68 | 164.29 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 246 | 0.68 | 0.10 | 0 | 0.04 | 188.57 | 0.9 | 0.64 |
| Hex | 4E | DE | F6 | 44 | A | 0 | 4 | BD | 5A | 40 |
| Octal | 116 | 336 | 366 | 104 | 12 | 0 | 4 | 275 | 132 | 100 |
| Binary | 1001110 | 11011110 | 11110110 | 1000100 | 1010 | 0 | 100 | 10111101 | 1011010 | 1000000 |
Color Harmonies of #4EDEF6
Complementary color
Monochromatic Colors of #4EDEF6
Black with #4EDEF6
Text Example
Text Example
White with #4EDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEF6; }
p { color: rgb(78,222,246); }
H1.HeaderClassName
{
color: #4EDEF6;
}
.AnyTagClassName
{
color: #4EDEF6;
}
</style>
background-color css
<style>
a { background-color: #4EDEF6; }
a { background-color: rgb(78,222,246); }
div.DivClassName
{
background-color: #4EDEF6;
}
.BgClassName
{
background-color: #4EDEF6;
}
</style>
border-color css
<style>
span { border-color: #4EDEF6; }
span { border-color: rgb(78,222,246); }
td.TdClassName
{
border-color: #4EDEF6;
}
.TagClassName
{
border-color: #4EDEF6;
}
</style>