Shades of Turquoise #4EFDB6
Tints of Turquoise #4EFDB6
RGB
CMYK
RGB Variations
Color information
#4EFDB6 (or 0x4EFDB6) is known color: Turquoise. HEX triplet: 4E, FD and B6. RGB value is (78,253,182). Sum of RGB (Red+Green+Blue) = 78+253+182=513 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.20% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDB6 is #B10249. Grayscale: #C0C0C0. Windows color (decimal): -11600458 or 11992398. OLE color: 11992398.
HSL color Cylindrical-coordinate representation of color #4EFDB6: hue angle of 155.66º 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 #4EFDB6 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 182 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.01 |
| HSL | 155.66º | 0.98% | 0.65% | - |
| HSV(B) | 155.66º | 0.69% | 0.99% | - |
| XYZ | 46.71 | 75.25 | 56.32 | - |
| YUV | 192.58 | 122.02 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 182 | 0.69 | 0 | 0.28 | 0.01 | 155.66 | 0.98 | 0.65 |
| Hex | 4E | FD | B6 | 45 | 0 | 1C | 1 | 9C | 62 | 41 |
| Octal | 116 | 375 | 266 | 105 | 0 | 34 | 1 | 234 | 142 | 101 |
| Binary | 1001110 | 11111101 | 10110110 | 1000101 | 0 | 11100 | 1 | 10011100 | 1100010 | 1000001 |
Color Harmonies of #4EFDB6
Complementary color
Monochromatic Colors of #4EFDB6
Black with #4EFDB6
Text Example
Text Example
White with #4EFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDB6; }
p { color: rgb(78,253,182); }
H1.HeaderClassName
{
color: #4EFDB6;
}
.AnyTagClassName
{
color: #4EFDB6;
}
</style>
background-color css
<style>
a { background-color: #4EFDB6; }
a { background-color: rgb(78,253,182); }
div.DivClassName
{
background-color: #4EFDB6;
}
.BgClassName
{
background-color: #4EFDB6;
}
</style>
border-color css
<style>
span { border-color: #4EFDB6; }
span { border-color: rgb(78,253,182); }
td.TdClassName
{
border-color: #4EFDB6;
}
.TagClassName
{
border-color: #4EFDB6;
}
</style>