Shades of Turquoise #4EFDB0
Tints of Turquoise #4EFDB0
RGB
CMYK
RGB Variations
Color information
#4EFDB0 (or 0x4EFDB0) is known color: Turquoise. HEX triplet: 4E, FD and B0. RGB value is (78,253,176). Sum of RGB (Red+Green+Blue) = 78+253+176=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFDB0 is #B1024F. Grayscale: #C0C0C0. Windows color (decimal): -11600464 or 11599182. OLE color: 11599182.
HSL color Cylindrical-coordinate representation of color #4EFDB0: hue angle of 153.6º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFDB0 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 176 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.01 |
| HSL | 153.6º | 0.98% | 0.65% | - |
| HSV(B) | 153.6º | 0.69% | 0.99% | - |
| XYZ | 46.1 | 75 | 53.12 | - |
| YUV | 191.9 | 119.02 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 176 | 0.69 | 0 | 0.30 | 0.01 | 153.6 | 0.98 | 0.65 |
| Hex | 4E | FD | B0 | 45 | 0 | 1E | 1 | 9A | 62 | 41 |
| Octal | 116 | 375 | 260 | 105 | 0 | 36 | 1 | 232 | 142 | 101 |
| Binary | 1001110 | 11111101 | 10110000 | 1000101 | 0 | 11110 | 1 | 10011010 | 1100010 | 1000001 |
Color Harmonies of #4EFDB0
Complementary color
Monochromatic Colors of #4EFDB0
Black with #4EFDB0
Text Example
Text Example
White with #4EFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDB0; }
p { color: rgb(78,253,176); }
H1.HeaderClassName
{
color: #4EFDB0;
}
.AnyTagClassName
{
color: #4EFDB0;
}
</style>
background-color css
<style>
a { background-color: #4EFDB0; }
a { background-color: rgb(78,253,176); }
div.DivClassName
{
background-color: #4EFDB0;
}
.BgClassName
{
background-color: #4EFDB0;
}
</style>
border-color css
<style>
span { border-color: #4EFDB0; }
span { border-color: rgb(78,253,176); }
td.TdClassName
{
border-color: #4EFDB0;
}
.TagClassName
{
border-color: #4EFDB0;
}
</style>