Shades of Turquoise Blue #4EDEEC
Tints of Turquoise Blue #4EDEEC
RGB
CMYK
RGB Variations
Color information
#4EDEEC (or 0x4EDEEC) is known color: Turquoise Blue. HEX triplet: 4E, DE and EC. RGB value is (78,222,236). Sum of RGB (Red+Green+Blue) = 78+222+236=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #4EDEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEEC is #B12113. Grayscale: #B4B4B4. Windows color (decimal): -11608340 or 15523406. OLE color: 15523406.
HSL color Cylindrical-coordinate representation of color #4EDEEC: hue angle of 185.32º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDEEC is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 222 | 236 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.07 |
| HSL | 185.32º | 0.81% | 0.62% | - |
| HSV(B) | 185.32º | 0.67% | 0.93% | - |
| XYZ | 44.4 | 59.92 | 88.58 | - |
| YUV | 180.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 236 | 0.67 | 0.06 | 0 | 0.07 | 185.32 | 0.81 | 0.62 |
| Hex | 4E | DE | EC | 43 | 6 | 0 | 7 | B9 | 51 | 3E |
| Octal | 116 | 336 | 354 | 103 | 6 | 0 | 7 | 271 | 121 | 76 |
| Binary | 1001110 | 11011110 | 11101100 | 1000011 | 110 | 0 | 111 | 10111001 | 1010001 | 111110 |
Color Harmonies of #4EDEEC
Complementary color
Monochromatic Colors of #4EDEEC
Black with #4EDEEC
Text Example
Text Example
White with #4EDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEEC; }
p { color: rgb(78,222,236); }
H1.HeaderClassName
{
color: #4EDEEC;
}
.AnyTagClassName
{
color: #4EDEEC;
}
</style>
background-color css
<style>
a { background-color: #4EDEEC; }
a { background-color: rgb(78,222,236); }
div.DivClassName
{
background-color: #4EDEEC;
}
.BgClassName
{
background-color: #4EDEEC;
}
</style>
border-color css
<style>
span { border-color: #4EDEEC; }
span { border-color: rgb(78,222,236); }
td.TdClassName
{
border-color: #4EDEEC;
}
.TagClassName
{
border-color: #4EDEEC;
}
</style>