Shades of Turquoise Blue #4EE3FE
Tints of Turquoise Blue #4EE3FE
RGB
CMYK
RGB Variations
Color information
#4EE3FE (or 0x4EE3FE) is known color: Turquoise Blue. HEX triplet: 4E, E3 and FE. RGB value is (78,227,254). Sum of RGB (Red+Green+Blue) = 78+227+254=559 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.95% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EE3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE3FE is #B11C01. Grayscale: #B9B9B9. Windows color (decimal): -11607042 or 16704334. OLE color: 16704334.
HSL color Cylindrical-coordinate representation of color #4EE3FE: hue angle of 189.2º 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 #4EE3FE is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 227 | 254 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.00 |
| HSL | 189.2º | 0.99% | 0.65% | - |
| HSV(B) | 189.2º | 0.69% | 1% | - |
| XYZ | 48.5 | 63.71 | 103.51 | - |
| YUV | 185.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 254 | 0.69 | 0.11 | 0 | 0.00 | 189.2 | 0.99 | 0.65 |
| Hex | 4E | E3 | FE | 45 | B | 0 | 0 | BD | 63 | 41 |
| Octal | 116 | 343 | 376 | 105 | 13 | 0 | 0 | 275 | 143 | 101 |
| Binary | 1001110 | 11100011 | 11111110 | 1000101 | 1011 | 0 | 0 | 10111101 | 1100011 | 1000001 |
Color Harmonies of #4EE3FE
Complementary color
Monochromatic Colors of #4EE3FE
Black with #4EE3FE
Text Example
Text Example
White with #4EE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE3FE; }
p { color: rgb(78,227,254); }
H1.HeaderClassName
{
color: #4EE3FE;
}
.AnyTagClassName
{
color: #4EE3FE;
}
</style>
background-color css
<style>
a { background-color: #4EE3FE; }
a { background-color: rgb(78,227,254); }
div.DivClassName
{
background-color: #4EE3FE;
}
.BgClassName
{
background-color: #4EE3FE;
}
</style>
border-color css
<style>
span { border-color: #4EE3FE; }
span { border-color: rgb(78,227,254); }
td.TdClassName
{
border-color: #4EE3FE;
}
.TagClassName
{
border-color: #4EE3FE;
}
</style>