Shades of Turquoise Blue #4EE2FE
Tints of Turquoise Blue #4EE2FE
RGB
CMYK
RGB Variations
Color information
#4EE2FE (or 0x4EE2FE) is known color: Turquoise Blue. HEX triplet: 4E, E2 and FE. RGB value is (78,226,254). Sum of RGB (Red+Green+Blue) = 78+226+254=558 (73% of max value = 765). Red value is 78 (30.86% from 255 or 13.98% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EE2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE2FE is #B11D01. Grayscale: #B8B8B8. Windows color (decimal): -11607298 or 16704078. OLE color: 16704078.
HSL color Cylindrical-coordinate representation of color #4EE2FE: hue angle of 189.55º 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 #4EE2FE is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 226 | 254 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.00 |
| HSL | 189.55º | 0.99% | 0.65% | - |
| HSV(B) | 189.55º | 0.69% | 1% | - |
| XYZ | 48.23 | 63.17 | 103.42 | - |
| YUV | 184.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 254 | 0.69 | 0.11 | 0 | 0.00 | 189.55 | 0.99 | 0.65 |
| Hex | 4E | E2 | FE | 45 | B | 0 | 0 | BE | 63 | 41 |
| Octal | 116 | 342 | 376 | 105 | 13 | 0 | 0 | 276 | 143 | 101 |
| Binary | 1001110 | 11100010 | 11111110 | 1000101 | 1011 | 0 | 0 | 10111110 | 1100011 | 1000001 |
Color Harmonies of #4EE2FE
Complementary color
Monochromatic Colors of #4EE2FE
Black with #4EE2FE
Text Example
Text Example
White with #4EE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE2FE; }
p { color: rgb(78,226,254); }
H1.HeaderClassName
{
color: #4EE2FE;
}
.AnyTagClassName
{
color: #4EE2FE;
}
</style>
background-color css
<style>
a { background-color: #4EE2FE; }
a { background-color: rgb(78,226,254); }
div.DivClassName
{
background-color: #4EE2FE;
}
.BgClassName
{
background-color: #4EE2FE;
}
</style>
border-color css
<style>
span { border-color: #4EE2FE; }
span { border-color: rgb(78,226,254); }
td.TdClassName
{
border-color: #4EE2FE;
}
.TagClassName
{
border-color: #4EE2FE;
}
</style>