Shades of Turquoise Blue #4EE3FF
Tints of Turquoise Blue #4EE3FF
RGB
CMYK
RGB Variations
Color information
#4EE3FF (or 0x4EE3FF) is known color: Turquoise Blue. HEX triplet: 4E, E3 and FF. RGB value is (78,227,255). Sum of RGB (Red+Green+Blue) = 78+227+255=560 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.93% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EE3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE3FF is #B11C00. Grayscale: #B9B9B9. Windows color (decimal): -11607041 or 16769870. OLE color: 16769870.
HSL color Cylindrical-coordinate representation of color #4EE3FF: hue angle of 189.49º 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 #4EE3FF is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 227 | 255 | - |
| CMYK | 0.69 | 0.11 | 0 | 0 |
| HSL | 189.49º | 1% | 0.65% | - |
| HSV(B) | 189.49º | 0.69% | 1% | - |
| XYZ | 48.66 | 63.78 | 104.35 | - |
| YUV | 185.64 | 167.14 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 255 | 0.69 | 0.11 | 0 | 0 | 189.49 | 1 | 0.65 |
| Hex | 4E | E3 | FF | 45 | B | 0 | 0 | BD | 64 | 41 |
| Octal | 116 | 343 | 377 | 105 | 13 | 0 | 0 | 275 | 144 | 101 |
| Binary | 1001110 | 11100011 | 11111111 | 1000101 | 1011 | 0 | 0 | 10111101 | 1100100 | 1000001 |
Color Harmonies of #4EE3FF
Complementary color
Monochromatic Colors of #4EE3FF
Black with #4EE3FF
Text Example
Text Example
White with #4EE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE3FF; }
p { color: rgb(78,227,255); }
H1.HeaderClassName
{
color: #4EE3FF;
}
.AnyTagClassName
{
color: #4EE3FF;
}
</style>
background-color css
<style>
a { background-color: #4EE3FF; }
a { background-color: rgb(78,227,255); }
div.DivClassName
{
background-color: #4EE3FF;
}
.BgClassName
{
background-color: #4EE3FF;
}
</style>
border-color css
<style>
span { border-color: #4EE3FF; }
span { border-color: rgb(78,227,255); }
td.TdClassName
{
border-color: #4EE3FF;
}
.TagClassName
{
border-color: #4EE3FF;
}
</style>