Shades of Turquoise Blue #4EE8FF
Tints of Turquoise Blue #4EE8FF
RGB
CMYK
RGB Variations
Color information
#4EE8FF (or 0x4EE8FF) is known color: Turquoise Blue. HEX triplet: 4E, E8 and FF. RGB value is (78,232,255). Sum of RGB (Red+Green+Blue) = 78+232+255=565 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.81% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EE8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EE8FF is #B11700. Grayscale: #BCBCBC. Windows color (decimal): -11605761 or 16771150. OLE color: 16771150.
HSL color Cylindrical-coordinate representation of color #4EE8FF: hue angle of 187.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE8FF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 232 | 255 | - |
| CMYK | 0.69 | 0.09 | 0 | 0 |
| HSL | 187.8º | 1% | 0.65% | - |
| HSV(B) | 187.8º | 0.69% | 1% | - |
| XYZ | 50.05 | 66.55 | 104.82 | - |
| YUV | 188.58 | 165.48 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 255 | 0.69 | 0.09 | 0 | 0 | 187.8 | 1 | 0.65 |
| Hex | 4E | E8 | FF | 45 | 9 | 0 | 0 | BC | 64 | 41 |
| Octal | 116 | 350 | 377 | 105 | 11 | 0 | 0 | 274 | 144 | 101 |
| Binary | 1001110 | 11101000 | 11111111 | 1000101 | 1001 | 0 | 0 | 10111100 | 1100100 | 1000001 |
Color Harmonies of #4EE8FF
Complementary color
Monochromatic Colors of #4EE8FF
Black with #4EE8FF
Text Example
Text Example
White with #4EE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE8FF; }
p { color: rgb(78,232,255); }
H1.HeaderClassName
{
color: #4EE8FF;
}
.AnyTagClassName
{
color: #4EE8FF;
}
</style>
background-color css
<style>
a { background-color: #4EE8FF; }
a { background-color: rgb(78,232,255); }
div.DivClassName
{
background-color: #4EE8FF;
}
.BgClassName
{
background-color: #4EE8FF;
}
</style>
border-color css
<style>
span { border-color: #4EE8FF; }
span { border-color: rgb(78,232,255); }
td.TdClassName
{
border-color: #4EE8FF;
}
.TagClassName
{
border-color: #4EE8FF;
}
</style>