Shades of Turquoise Blue #4EDEFC
Tints of Turquoise Blue #4EDEFC
RGB
CMYK
RGB Variations
Color information
#4EDEFC (or 0x4EDEFC) is known color: Turquoise Blue. HEX triplet: 4E, DE and FC. RGB value is (78,222,252). Sum of RGB (Red+Green+Blue) = 78+222+252=552 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.13% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EDEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEFC is #B12103. Grayscale: #B6B6B6. Windows color (decimal): -11608324 or 16571982. OLE color: 16571982.
HSL color Cylindrical-coordinate representation of color #4EDEFC: hue angle of 190.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EDEFC is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 222 | 252 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.01 |
| HSL | 190.34º | 0.97% | 0.65% | - |
| HSV(B) | 190.34º | 0.69% | 0.99% | - |
| XYZ | 46.83 | 60.89 | 101.38 | - |
| YUV | 182.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 252 | 0.69 | 0.12 | 0 | 0.01 | 190.34 | 0.97 | 0.65 |
| Hex | 4E | DE | FC | 45 | C | 0 | 1 | BE | 61 | 41 |
| Octal | 116 | 336 | 374 | 105 | 14 | 0 | 1 | 276 | 141 | 101 |
| Binary | 1001110 | 11011110 | 11111100 | 1000101 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000001 |
Color Harmonies of #4EDEFC
Complementary color
Monochromatic Colors of #4EDEFC
Black with #4EDEFC
Text Example
Text Example
White with #4EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEFC; }
p { color: rgb(78,222,252); }
H1.HeaderClassName
{
color: #4EDEFC;
}
.AnyTagClassName
{
color: #4EDEFC;
}
</style>
background-color css
<style>
a { background-color: #4EDEFC; }
a { background-color: rgb(78,222,252); }
div.DivClassName
{
background-color: #4EDEFC;
}
.BgClassName
{
background-color: #4EDEFC;
}
</style>
border-color css
<style>
span { border-color: #4EDEFC; }
span { border-color: rgb(78,222,252); }
td.TdClassName
{
border-color: #4EDEFC;
}
.TagClassName
{
border-color: #4EDEFC;
}
</style>