Shades of Turquoise Blue #4EE6FE
Tints of Turquoise Blue #4EE6FE
RGB
CMYK
RGB Variations
Color information
#4EE6FE (or 0x4EE6FE) is known color: Turquoise Blue. HEX triplet: 4E, E6 and FE. RGB value is (78,230,254). Sum of RGB (Red+Green+Blue) = 78+230+254=562 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.88% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EE6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EE6FE is #B11901. Grayscale: #BBBBBB. Windows color (decimal): -11606274 or 16705102. OLE color: 16705102.
HSL color Cylindrical-coordinate representation of color #4EE6FE: hue angle of 188.18º 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 #4EE6FE is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 230 | 254 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.00 |
| HSL | 188.18º | 0.99% | 0.65% | - |
| HSV(B) | 188.18º | 0.69% | 1% | - |
| XYZ | 49.33 | 65.37 | 103.78 | - |
| YUV | 187.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 254 | 0.69 | 0.09 | 0 | 0.00 | 188.18 | 0.99 | 0.65 |
| Hex | 4E | E6 | FE | 45 | 9 | 0 | 0 | BC | 63 | 41 |
| Octal | 116 | 346 | 376 | 105 | 11 | 0 | 0 | 274 | 143 | 101 |
| Binary | 1001110 | 11100110 | 11111110 | 1000101 | 1001 | 0 | 0 | 10111100 | 1100011 | 1000001 |
Color Harmonies of #4EE6FE
Complementary color
Monochromatic Colors of #4EE6FE
Black with #4EE6FE
Text Example
Text Example
White with #4EE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE6FE; }
p { color: rgb(78,230,254); }
H1.HeaderClassName
{
color: #4EE6FE;
}
.AnyTagClassName
{
color: #4EE6FE;
}
</style>
background-color css
<style>
a { background-color: #4EE6FE; }
a { background-color: rgb(78,230,254); }
div.DivClassName
{
background-color: #4EE6FE;
}
.BgClassName
{
background-color: #4EE6FE;
}
</style>
border-color css
<style>
span { border-color: #4EE6FE; }
span { border-color: rgb(78,230,254); }
td.TdClassName
{
border-color: #4EE6FE;
}
.TagClassName
{
border-color: #4EE6FE;
}
</style>