Shades of Turquoise Blue #4EE1FF
Tints of Turquoise Blue #4EE1FF
RGB
CMYK
RGB Variations
Color information
#4EE1FF (or 0x4EE1FF) is known color: Turquoise Blue. HEX triplet: 4E, E1 and FF. RGB value is (78,225,255). Sum of RGB (Red+Green+Blue) = 78+225+255=558 (73% of max value = 765). Red value is 78 (30.86% from 255 or 13.98% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE1FF is #B11E00. Grayscale: #B8B8B8. Windows color (decimal): -11607553 or 16769358. OLE color: 16769358.
HSL color Cylindrical-coordinate representation of color #4EE1FF: hue angle of 190.17º 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 #4EE1FF is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 225 | 255 | - |
| CMYK | 0.69 | 0.12 | 0 | 0 |
| HSL | 190.17º | 1% | 0.65% | - |
| HSV(B) | 190.17º | 0.69% | 1% | - |
| XYZ | 48.12 | 62.69 | 104.17 | - |
| YUV | 184.47 | 167.8 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 225 | 255 | 0.69 | 0.12 | 0 | 0 | 190.17 | 1 | 0.65 |
| Hex | 4E | E1 | FF | 45 | C | 0 | 0 | BE | 64 | 41 |
| Octal | 116 | 341 | 377 | 105 | 14 | 0 | 0 | 276 | 144 | 101 |
| Binary | 1001110 | 11100001 | 11111111 | 1000101 | 1100 | 0 | 0 | 10111110 | 1100100 | 1000001 |
Color Harmonies of #4EE1FF
Complementary color
Monochromatic Colors of #4EE1FF
Black with #4EE1FF
Text Example
Text Example
White with #4EE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE1FF; }
p { color: rgb(78,225,255); }
H1.HeaderClassName
{
color: #4EE1FF;
}
.AnyTagClassName
{
color: #4EE1FF;
}
</style>
background-color css
<style>
a { background-color: #4EE1FF; }
a { background-color: rgb(78,225,255); }
div.DivClassName
{
background-color: #4EE1FF;
}
.BgClassName
{
background-color: #4EE1FF;
}
</style>
border-color css
<style>
span { border-color: #4EE1FF; }
span { border-color: rgb(78,225,255); }
td.TdClassName
{
border-color: #4EE1FF;
}
.TagClassName
{
border-color: #4EE1FF;
}
</style>