Shades of Turquoise #4EFDDD
Tints of Turquoise #4EFDDD
RGB
CMYK
RGB Variations
Color information
#4EFDDD (or 0x4EFDDD) is known color: Turquoise. HEX triplet: 4E, FD and DD. RGB value is (78,253,221). Sum of RGB (Red+Green+Blue) = 78+253+221=552 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.13% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDDD is #B10222. Grayscale: #C4C4C4. Windows color (decimal): -11600419 or 14548302. OLE color: 14548302.
HSL color Cylindrical-coordinate representation of color #4EFDDD: hue angle of 169.03º 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 #4EFDDD is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 221 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.01 |
| HSL | 169.03º | 0.98% | 0.65% | - |
| HSV(B) | 169.03º | 0.69% | 0.99% | - |
| XYZ | 51.32 | 77.09 | 80.58 | - |
| YUV | 197.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 221 | 0.69 | 0 | 0.13 | 0.01 | 169.03 | 0.98 | 0.65 |
| Hex | 4E | FD | DD | 45 | 0 | D | 1 | A9 | 62 | 41 |
| Octal | 116 | 375 | 335 | 105 | 0 | 15 | 1 | 251 | 142 | 101 |
| Binary | 1001110 | 11111101 | 11011101 | 1000101 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000001 |
Color Harmonies of #4EFDDD
Complementary color
Monochromatic Colors of #4EFDDD
Black with #4EFDDD
Text Example
Text Example
White with #4EFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDDD; }
p { color: rgb(78,253,221); }
H1.HeaderClassName
{
color: #4EFDDD;
}
.AnyTagClassName
{
color: #4EFDDD;
}
</style>
background-color css
<style>
a { background-color: #4EFDDD; }
a { background-color: rgb(78,253,221); }
div.DivClassName
{
background-color: #4EFDDD;
}
.BgClassName
{
background-color: #4EFDDD;
}
</style>
border-color css
<style>
span { border-color: #4EFDDD; }
span { border-color: rgb(78,253,221); }
td.TdClassName
{
border-color: #4EFDDD;
}
.TagClassName
{
border-color: #4EFDDD;
}
</style>