Shades of Turquoise #4EFDBD
Tints of Turquoise #4EFDBD
RGB
CMYK
RGB Variations
Color information
#4EFDBD (or 0x4EFDBD) is known color: Turquoise. HEX triplet: 4E, FD and BD. RGB value is (78,253,189). Sum of RGB (Red+Green+Blue) = 78+253+189=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDBD is #B10242. Grayscale: #C1C1C1. Windows color (decimal): -11600451 or 12451150. OLE color: 12451150.
HSL color Cylindrical-coordinate representation of color #4EFDBD: hue angle of 158.06º 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 #4EFDBD is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 189 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.01 |
| HSL | 158.06º | 0.98% | 0.65% | - |
| HSV(B) | 158.06º | 0.69% | 0.99% | - |
| XYZ | 47.45 | 75.54 | 60.22 | - |
| YUV | 193.38 | 125.52 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 189 | 0.69 | 0 | 0.25 | 0.01 | 158.06 | 0.98 | 0.65 |
| Hex | 4E | FD | BD | 45 | 0 | 19 | 1 | 9E | 62 | 41 |
| Octal | 116 | 375 | 275 | 105 | 0 | 31 | 1 | 236 | 142 | 101 |
| Binary | 1001110 | 11111101 | 10111101 | 1000101 | 0 | 11001 | 1 | 10011110 | 1100010 | 1000001 |
Color Harmonies of #4EFDBD
Complementary color
Monochromatic Colors of #4EFDBD
Black with #4EFDBD
Text Example
Text Example
White with #4EFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDBD; }
p { color: rgb(78,253,189); }
H1.HeaderClassName
{
color: #4EFDBD;
}
.AnyTagClassName
{
color: #4EFDBD;
}
</style>
background-color css
<style>
a { background-color: #4EFDBD; }
a { background-color: rgb(78,253,189); }
div.DivClassName
{
background-color: #4EFDBD;
}
.BgClassName
{
background-color: #4EFDBD;
}
</style>
border-color css
<style>
span { border-color: #4EFDBD; }
span { border-color: rgb(78,253,189); }
td.TdClassName
{
border-color: #4EFDBD;
}
.TagClassName
{
border-color: #4EFDBD;
}
</style>