Shades of Turquoise Blue #4EDEEF
Tints of Turquoise Blue #4EDEEF
RGB
CMYK
RGB Variations
Color information
#4EDEEF (or 0x4EDEEF) is known color: Turquoise Blue. HEX triplet: 4E, DE and EF. RGB value is (78,222,239). Sum of RGB (Red+Green+Blue) = 78+222+239=539 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.47% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEEF is #B12110. Grayscale: #B4B4B4. Windows color (decimal): -11608337 or 15720014. OLE color: 15720014.
HSL color Cylindrical-coordinate representation of color #4EDEEF: hue angle of 186.34º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDEEF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 222 | 239 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.06 |
| HSL | 186.34º | 0.83% | 0.62% | - |
| HSV(B) | 186.34º | 0.67% | 0.94% | - |
| XYZ | 44.84 | 60.09 | 90.9 | - |
| YUV | 180.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 239 | 0.67 | 0.07 | 0 | 0.06 | 186.34 | 0.83 | 0.62 |
| Hex | 4E | DE | EF | 43 | 7 | 0 | 6 | BA | 53 | 3E |
| Octal | 116 | 336 | 357 | 103 | 7 | 0 | 6 | 272 | 123 | 76 |
| Binary | 1001110 | 11011110 | 11101111 | 1000011 | 111 | 0 | 110 | 10111010 | 1010011 | 111110 |
Color Harmonies of #4EDEEF
Complementary color
Monochromatic Colors of #4EDEEF
Black with #4EDEEF
Text Example
Text Example
White with #4EDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEEF; }
p { color: rgb(78,222,239); }
H1.HeaderClassName
{
color: #4EDEEF;
}
.AnyTagClassName
{
color: #4EDEEF;
}
</style>
background-color css
<style>
a { background-color: #4EDEEF; }
a { background-color: rgb(78,222,239); }
div.DivClassName
{
background-color: #4EDEEF;
}
.BgClassName
{
background-color: #4EDEEF;
}
</style>
border-color css
<style>
span { border-color: #4EDEEF; }
span { border-color: rgb(78,222,239); }
td.TdClassName
{
border-color: #4EDEEF;
}
.TagClassName
{
border-color: #4EDEEF;
}
</style>