Shades of Turquoise #4DFFD7
Tints of Turquoise #4DFFD7
RGB
CMYK
RGB Variations
Color information
#4DFFD7 (or 0x4DFFD7) is known color: Turquoise. HEX triplet: 4D, FF and D7. RGB value is (77,255,215). Sum of RGB (Red+Green+Blue) = 77+255+215=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFD7 is #B20028. Grayscale: #C5C5C5. Windows color (decimal): -11665449 or 14155597. OLE color: 14155597.
HSL color Cylindrical-coordinate representation of color #4DFFD7: hue angle of 166.52º 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 #4DFFD7 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 215 | - |
| CMYK | 0.70 | 0 | 0.16 | 0 |
| HSL | 166.52º | 1% | 0.65% | - |
| HSV(B) | 166.52º | 0.7% | 1% | - |
| XYZ | 51.09 | 78 | 76.65 | - |
| YUV | 197.22 | 138.03 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 215 | 0.70 | 0 | 0.16 | 0 | 166.52 | 1 | 0.65 |
| Hex | 4D | FF | D7 | 46 | 0 | 10 | 0 | A7 | 64 | 41 |
| Octal | 115 | 377 | 327 | 106 | 0 | 20 | 0 | 247 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11010111 | 1000110 | 0 | 10000 | 0 | 10100111 | 1100100 | 1000001 |
Color Harmonies of #4DFFD7
Complementary color
Monochromatic Colors of #4DFFD7
Black with #4DFFD7
Text Example
Text Example
White with #4DFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFD7; }
p { color: rgb(77,255,215); }
H1.HeaderClassName
{
color: #4DFFD7;
}
.AnyTagClassName
{
color: #4DFFD7;
}
</style>
background-color css
<style>
a { background-color: #4DFFD7; }
a { background-color: rgb(77,255,215); }
div.DivClassName
{
background-color: #4DFFD7;
}
.BgClassName
{
background-color: #4DFFD7;
}
</style>
border-color css
<style>
span { border-color: #4DFFD7; }
span { border-color: rgb(77,255,215); }
td.TdClassName
{
border-color: #4DFFD7;
}
.TagClassName
{
border-color: #4DFFD7;
}
</style>