Shades of Turquoise #4EFDDA
Tints of Turquoise #4EFDDA
RGB
CMYK
RGB Variations
Color information
#4EFDDA (or 0x4EFDDA) is known color: Turquoise. HEX triplet: 4E, FD and DA. RGB value is (78,253,218). Sum of RGB (Red+Green+Blue) = 78+253+218=549 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.21% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDDA is #B10225. Grayscale: #C4C4C4. Windows color (decimal): -11600422 or 14351694. OLE color: 14351694.
HSL color Cylindrical-coordinate representation of color #4EFDDA: hue angle of 168º 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 #4EFDDA is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 218 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.01 |
| HSL | 168º | 0.98% | 0.65% | - |
| HSV(B) | 168º | 0.69% | 0.99% | - |
| XYZ | 50.92 | 76.93 | 78.5 | - |
| YUV | 196.69 | 140.02 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 218 | 0.69 | 0 | 0.14 | 0.01 | 168 | 0.98 | 0.65 |
| Hex | 4E | FD | DA | 45 | 0 | E | 1 | A8 | 62 | 41 |
| Octal | 116 | 375 | 332 | 105 | 0 | 16 | 1 | 250 | 142 | 101 |
| Binary | 1001110 | 11111101 | 11011010 | 1000101 | 0 | 1110 | 1 | 10101000 | 1100010 | 1000001 |
Color Harmonies of #4EFDDA
Complementary color
Monochromatic Colors of #4EFDDA
Black with #4EFDDA
Text Example
Text Example
White with #4EFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDDA; }
p { color: rgb(78,253,218); }
H1.HeaderClassName
{
color: #4EFDDA;
}
.AnyTagClassName
{
color: #4EFDDA;
}
</style>
background-color css
<style>
a { background-color: #4EFDDA; }
a { background-color: rgb(78,253,218); }
div.DivClassName
{
background-color: #4EFDDA;
}
.BgClassName
{
background-color: #4EFDDA;
}
</style>
border-color css
<style>
span { border-color: #4EFDDA; }
span { border-color: rgb(78,253,218); }
td.TdClassName
{
border-color: #4EFDDA;
}
.TagClassName
{
border-color: #4EFDDA;
}
</style>