Shades of Turquoise Blue #4EE9FE
Tints of Turquoise Blue #4EE9FE
RGB
CMYK
RGB Variations
Color information
#4EE9FE (or 0x4EE9FE) is known color: Turquoise Blue. HEX triplet: 4E, E9 and FE. RGB value is (78,233,254). Sum of RGB (Red+Green+Blue) = 78+233+254=565 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.81% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EE9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EE9FE is #B11601. Grayscale: #BCBCBC. Windows color (decimal): -11605506 or 16705870. OLE color: 16705870.
HSL color Cylindrical-coordinate representation of color #4EE9FE: hue angle of 187.16º 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 #4EE9FE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 233 | 254 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.00 |
| HSL | 187.16º | 0.99% | 0.65% | - |
| HSV(B) | 187.16º | 0.69% | 1% | - |
| XYZ | 50.17 | 67.05 | 104.06 | - |
| YUV | 189.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 254 | 0.69 | 0.08 | 0 | 0.00 | 187.16 | 0.99 | 0.65 |
| Hex | 4E | E9 | FE | 45 | 8 | 0 | 0 | BB | 63 | 41 |
| Octal | 116 | 351 | 376 | 105 | 10 | 0 | 0 | 273 | 143 | 101 |
| Binary | 1001110 | 11101001 | 11111110 | 1000101 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000001 |
Color Harmonies of #4EE9FE
Complementary color
Monochromatic Colors of #4EE9FE
Black with #4EE9FE
Text Example
Text Example
White with #4EE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE9FE; }
p { color: rgb(78,233,254); }
H1.HeaderClassName
{
color: #4EE9FE;
}
.AnyTagClassName
{
color: #4EE9FE;
}
</style>
background-color css
<style>
a { background-color: #4EE9FE; }
a { background-color: rgb(78,233,254); }
div.DivClassName
{
background-color: #4EE9FE;
}
.BgClassName
{
background-color: #4EE9FE;
}
</style>
border-color css
<style>
span { border-color: #4EE9FE; }
span { border-color: rgb(78,233,254); }
td.TdClassName
{
border-color: #4EE9FE;
}
.TagClassName
{
border-color: #4EE9FE;
}
</style>