Shades of Turquoise #4DFFDD
Tints of Turquoise #4DFFDD
RGB
CMYK
RGB Variations
Color information
#4DFFDD (or 0x4DFFDD) is known color: Turquoise. HEX triplet: 4D, FF and DD. RGB value is (77,255,221). Sum of RGB (Red+Green+Blue) = 77+255+221=553 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.92% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFDD is #B20022. Grayscale: #C5C5C5. Windows color (decimal): -11665443 or 14548813. OLE color: 14548813.
HSL color Cylindrical-coordinate representation of color #4DFFDD: hue angle of 168.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFDD is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 221 | - |
| CMYK | 0.70 | 0 | 0.13 | 0 |
| HSL | 168.54º | 1% | 0.65% | - |
| HSV(B) | 168.54º | 0.7% | 1% | - |
| XYZ | 51.87 | 78.32 | 80.79 | - |
| YUV | 197.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 221 | 0.70 | 0 | 0.13 | 0 | 168.54 | 1 | 0.65 |
| Hex | 4D | FF | DD | 46 | 0 | D | 0 | A9 | 64 | 41 |
| Octal | 115 | 377 | 335 | 106 | 0 | 15 | 0 | 251 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11011101 | 1000110 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000001 |
Color Harmonies of #4DFFDD
Complementary color
Monochromatic Colors of #4DFFDD
Black with #4DFFDD
Text Example
Text Example
White with #4DFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFDD; }
p { color: rgb(77,255,221); }
H1.HeaderClassName
{
color: #4DFFDD;
}
.AnyTagClassName
{
color: #4DFFDD;
}
</style>
background-color css
<style>
a { background-color: #4DFFDD; }
a { background-color: rgb(77,255,221); }
div.DivClassName
{
background-color: #4DFFDD;
}
.BgClassName
{
background-color: #4DFFDD;
}
</style>
border-color css
<style>
span { border-color: #4DFFDD; }
span { border-color: rgb(77,255,221); }
td.TdClassName
{
border-color: #4DFFDD;
}
.TagClassName
{
border-color: #4DFFDD;
}
</style>