Shades of Turquoise Blue #4EEBF2
Tints of Turquoise Blue #4EEBF2
RGB
CMYK
RGB Variations
Color information
#4EEBF2 (or 0x4EEBF2) is known color: Turquoise Blue. HEX triplet: 4E, EB and F2. RGB value is (78,235,242). Sum of RGB (Red+Green+Blue) = 78+235+242=555 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.05% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #4EEBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEBF2 is #B1140D. Grayscale: #BCBCBC. Windows color (decimal): -11605006 or 15919950. OLE color: 15919950.
HSL color Cylindrical-coordinate representation of color #4EEBF2: hue angle of 182.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EEBF2 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 235 | 242 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.05 |
| HSL | 182.56º | 0.86% | 0.63% | - |
| HSV(B) | 182.56º | 0.68% | 0.95% | - |
| XYZ | 48.88 | 67.45 | 94.45 | - |
| YUV | 188.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 242 | 0.68 | 0.03 | 0 | 0.05 | 182.56 | 0.86 | 0.63 |
| Hex | 4E | EB | F2 | 44 | 3 | 0 | 5 | B7 | 56 | 3F |
| Octal | 116 | 353 | 362 | 104 | 3 | 0 | 5 | 267 | 126 | 77 |
| Binary | 1001110 | 11101011 | 11110010 | 1000100 | 11 | 0 | 101 | 10110111 | 1010110 | 111111 |
Color Harmonies of #4EEBF2
Complementary color
Monochromatic Colors of #4EEBF2
Black with #4EEBF2
Text Example
Text Example
White with #4EEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBF2; }
p { color: rgb(78,235,242); }
H1.HeaderClassName
{
color: #4EEBF2;
}
.AnyTagClassName
{
color: #4EEBF2;
}
</style>
background-color css
<style>
a { background-color: #4EEBF2; }
a { background-color: rgb(78,235,242); }
div.DivClassName
{
background-color: #4EEBF2;
}
.BgClassName
{
background-color: #4EEBF2;
}
</style>
border-color css
<style>
span { border-color: #4EEBF2; }
span { border-color: rgb(78,235,242); }
td.TdClassName
{
border-color: #4EEBF2;
}
.TagClassName
{
border-color: #4EEBF2;
}
</style>