Shades of Turquoise Blue #4EE8F8
Tints of Turquoise Blue #4EE8F8
RGB
CMYK
RGB Variations
Color information
#4EE8F8 (or 0x4EE8F8) is known color: Turquoise Blue. HEX triplet: 4E, E8 and F8. RGB value is (78,232,248). Sum of RGB (Red+Green+Blue) = 78+232+248=558 (73% of max value = 765). Red value is 78 (30.86% from 255 or 13.98% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #4EE8F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EE8F8 is #B11707. Grayscale: #BBBBBB. Windows color (decimal): -11605768 or 16312398. OLE color: 16312398.
HSL color Cylindrical-coordinate representation of color #4EE8F8: hue angle of 185.65º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE8F8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 232 | 248 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.03 |
| HSL | 185.65º | 0.92% | 0.64% | - |
| HSV(B) | 185.65º | 0.69% | 0.97% | - |
| XYZ | 48.94 | 66.11 | 98.99 | - |
| YUV | 187.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 248 | 0.69 | 0.06 | 0 | 0.03 | 185.65 | 0.92 | 0.64 |
| Hex | 4E | E8 | F8 | 45 | 6 | 0 | 3 | BA | 5C | 40 |
| Octal | 116 | 350 | 370 | 105 | 6 | 0 | 3 | 272 | 134 | 100 |
| Binary | 1001110 | 11101000 | 11111000 | 1000101 | 110 | 0 | 11 | 10111010 | 1011100 | 1000000 |
Color Harmonies of #4EE8F8
Complementary color
Monochromatic Colors of #4EE8F8
Black with #4EE8F8
Text Example
Text Example
White with #4EE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE8F8; }
p { color: rgb(78,232,248); }
H1.HeaderClassName
{
color: #4EE8F8;
}
.AnyTagClassName
{
color: #4EE8F8;
}
</style>
background-color css
<style>
a { background-color: #4EE8F8; }
a { background-color: rgb(78,232,248); }
div.DivClassName
{
background-color: #4EE8F8;
}
.BgClassName
{
background-color: #4EE8F8;
}
</style>
border-color css
<style>
span { border-color: #4EE8F8; }
span { border-color: rgb(78,232,248); }
td.TdClassName
{
border-color: #4EE8F8;
}
.TagClassName
{
border-color: #4EE8F8;
}
</style>