Shades of Turquoise Blue #4EDBFE
Tints of Turquoise Blue #4EDBFE
RGB
CMYK
RGB Variations
Color information
#4EDBFE (or 0x4EDBFE) is known color: Turquoise Blue. HEX triplet: 4E, DB and FE. RGB value is (78,219,254). Sum of RGB (Red+Green+Blue) = 78+219+254=551 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.16% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDBFE is #B12401. Grayscale: #B4B4B4. Windows color (decimal): -11609090 or 16702286. OLE color: 16702286.
HSL color Cylindrical-coordinate representation of color #4EDBFE: hue angle of 191.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EDBFE is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 219 | 254 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.00 |
| HSL | 191.93º | 0.99% | 0.65% | - |
| HSV(B) | 191.93º | 0.69% | 1% | - |
| XYZ | 46.36 | 59.44 | 102.8 | - |
| YUV | 180.83 | 169.29 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 254 | 0.69 | 0.14 | 0 | 0.00 | 191.93 | 0.99 | 0.65 |
| Hex | 4E | DB | FE | 45 | E | 0 | 0 | C0 | 63 | 41 |
| Octal | 116 | 333 | 376 | 105 | 16 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1001110 | 11011011 | 11111110 | 1000101 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #4EDBFE
Complementary color
Monochromatic Colors of #4EDBFE
Black with #4EDBFE
Text Example
Text Example
White with #4EDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBFE; }
p { color: rgb(78,219,254); }
H1.HeaderClassName
{
color: #4EDBFE;
}
.AnyTagClassName
{
color: #4EDBFE;
}
</style>
background-color css
<style>
a { background-color: #4EDBFE; }
a { background-color: rgb(78,219,254); }
div.DivClassName
{
background-color: #4EDBFE;
}
.BgClassName
{
background-color: #4EDBFE;
}
</style>
border-color css
<style>
span { border-color: #4EDBFE; }
span { border-color: rgb(78,219,254); }
td.TdClassName
{
border-color: #4EDBFE;
}
.TagClassName
{
border-color: #4EDBFE;
}
</style>