Shades of Turquoise #4EEBBD
Tints of Turquoise #4EEBBD
RGB
CMYK
RGB Variations
Color information
#4EEBBD (or 0x4EEBBD) is known color: Turquoise. HEX triplet: 4E, EB and BD. RGB value is (78,235,189). Sum of RGB (Red+Green+Blue) = 78+235+189=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBBD is #B11442. Grayscale: #B6B6B6. Windows color (decimal): -11605059 or 12446542. OLE color: 12446542.
HSL color Cylindrical-coordinate representation of color #4EEBBD: hue angle of 162.42º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBBD is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 189 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.08 |
| HSL | 162.42º | 0.8% | 0.61% | - |
| HSV(B) | 162.42º | 0.67% | 0.92% | - |
| XYZ | 42.04 | 64.71 | 58.42 | - |
| YUV | 182.81 | 131.49 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 189 | 0.67 | 0 | 0.20 | 0.08 | 162.42 | 0.8 | 0.61 |
| Hex | 4E | EB | BD | 43 | 0 | 14 | 8 | A2 | 50 | 3D |
| Octal | 116 | 353 | 275 | 103 | 0 | 24 | 10 | 242 | 120 | 75 |
| Binary | 1001110 | 11101011 | 10111101 | 1000011 | 0 | 10100 | 1000 | 10100010 | 1010000 | 111101 |
Color Harmonies of #4EEBBD
Complementary color
Monochromatic Colors of #4EEBBD
Black with #4EEBBD
Text Example
Text Example
White with #4EEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBBD; }
p { color: rgb(78,235,189); }
H1.HeaderClassName
{
color: #4EEBBD;
}
.AnyTagClassName
{
color: #4EEBBD;
}
</style>
background-color css
<style>
a { background-color: #4EEBBD; }
a { background-color: rgb(78,235,189); }
div.DivClassName
{
background-color: #4EEBBD;
}
.BgClassName
{
background-color: #4EEBBD;
}
</style>
border-color css
<style>
span { border-color: #4EEBBD; }
span { border-color: rgb(78,235,189); }
td.TdClassName
{
border-color: #4EEBBD;
}
.TagClassName
{
border-color: #4EEBBD;
}
</style>