Shades of Turquoise Blue #4EEBF9
Tints of Turquoise Blue #4EEBF9
RGB
CMYK
RGB Variations
Color information
#4EEBF9 (or 0x4EEBF9) is known color: Turquoise Blue. HEX triplet: 4E, EB and F9. RGB value is (78,235,249). Sum of RGB (Red+Green+Blue) = 78+235+249=562 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.88% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #4EEBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEBF9 is #B11406. Grayscale: #BDBDBD. Windows color (decimal): -11604999 or 16378702. OLE color: 16378702.
HSL color Cylindrical-coordinate representation of color #4EEBF9: hue angle of 184.91º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EEBF9 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 235 | 249 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.02 |
| HSL | 184.91º | 0.93% | 0.64% | - |
| HSV(B) | 184.91º | 0.69% | 0.98% | - |
| XYZ | 49.95 | 67.88 | 100.09 | - |
| YUV | 189.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 249 | 0.69 | 0.06 | 0 | 0.02 | 184.91 | 0.93 | 0.64 |
| Hex | 4E | EB | F9 | 45 | 6 | 0 | 2 | B9 | 5D | 40 |
| Octal | 116 | 353 | 371 | 105 | 6 | 0 | 2 | 271 | 135 | 100 |
| Binary | 1001110 | 11101011 | 11111001 | 1000101 | 110 | 0 | 10 | 10111001 | 1011101 | 1000000 |
Color Harmonies of #4EEBF9
Complementary color
Monochromatic Colors of #4EEBF9
Black with #4EEBF9
Text Example
Text Example
White with #4EEBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBF9; }
p { color: rgb(78,235,249); }
H1.HeaderClassName
{
color: #4EEBF9;
}
.AnyTagClassName
{
color: #4EEBF9;
}
</style>
background-color css
<style>
a { background-color: #4EEBF9; }
a { background-color: rgb(78,235,249); }
div.DivClassName
{
background-color: #4EEBF9;
}
.BgClassName
{
background-color: #4EEBF9;
}
</style>
border-color css
<style>
span { border-color: #4EEBF9; }
span { border-color: rgb(78,235,249); }
td.TdClassName
{
border-color: #4EEBF9;
}
.TagClassName
{
border-color: #4EEBF9;
}
</style>