Shades of Turquoise Blue #4EEBEE
Tints of Turquoise Blue #4EEBEE
RGB
CMYK
RGB Variations
Color information
#4EEBEE (or 0x4EEBEE) is known color: Turquoise Blue. HEX triplet: 4E, EB and EE. RGB value is (78,235,238). Sum of RGB (Red+Green+Blue) = 78+235+238=551 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.16% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #4EEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEBEE is #B11411. Grayscale: #BCBCBC. Windows color (decimal): -11605010 or 15657806. OLE color: 15657806.
HSL color Cylindrical-coordinate representation of color #4EEBEE: hue angle of 181.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBEE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 235 | 238 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.07 |
| HSL | 181.13º | 0.82% | 0.62% | - |
| HSV(B) | 181.13º | 0.67% | 0.93% | - |
| XYZ | 48.28 | 67.21 | 91.32 | - |
| YUV | 188.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 238 | 0.67 | 0.01 | 0 | 0.07 | 181.13 | 0.82 | 0.62 |
| Hex | 4E | EB | EE | 43 | 1 | 0 | 7 | B5 | 52 | 3E |
| Octal | 116 | 353 | 356 | 103 | 1 | 0 | 7 | 265 | 122 | 76 |
| Binary | 1001110 | 11101011 | 11101110 | 1000011 | 1 | 0 | 111 | 10110101 | 1010010 | 111110 |
Color Harmonies of #4EEBEE
Complementary color
Monochromatic Colors of #4EEBEE
Black with #4EEBEE
Text Example
Text Example
White with #4EEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBEE; }
p { color: rgb(78,235,238); }
H1.HeaderClassName
{
color: #4EEBEE;
}
.AnyTagClassName
{
color: #4EEBEE;
}
</style>
background-color css
<style>
a { background-color: #4EEBEE; }
a { background-color: rgb(78,235,238); }
div.DivClassName
{
background-color: #4EEBEE;
}
.BgClassName
{
background-color: #4EEBEE;
}
</style>
border-color css
<style>
span { border-color: #4EEBEE; }
span { border-color: rgb(78,235,238); }
td.TdClassName
{
border-color: #4EEBEE;
}
.TagClassName
{
border-color: #4EEBEE;
}
</style>