Shades of Turquoise #4DFFD6
Tints of Turquoise #4DFFD6
RGB
CMYK
RGB Variations
Color information
#4DFFD6 (or 0x4DFFD6) is known color: Turquoise. HEX triplet: 4D, FF and D6. RGB value is (77,255,214). Sum of RGB (Red+Green+Blue) = 77+255+214=546 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.10% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFD6 is #B20029. Grayscale: #C5C5C5. Windows color (decimal): -11665450 or 14090061. OLE color: 14090061.
HSL color Cylindrical-coordinate representation of color #4DFFD6: hue angle of 166.18º 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 #4DFFD6 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 214 | - |
| CMYK | 0.70 | 0 | 0.16 | 0 |
| HSL | 166.18º | 1% | 0.65% | - |
| HSV(B) | 166.18º | 0.7% | 1% | - |
| XYZ | 50.96 | 77.95 | 75.98 | - |
| YUV | 197.1 | 137.53 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 214 | 0.70 | 0 | 0.16 | 0 | 166.18 | 1 | 0.65 |
| Hex | 4D | FF | D6 | 46 | 0 | 10 | 0 | A6 | 64 | 41 |
| Octal | 115 | 377 | 326 | 106 | 0 | 20 | 0 | 246 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11010110 | 1000110 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000001 |
Color Harmonies of #4DFFD6
Complementary color
Monochromatic Colors of #4DFFD6
Black with #4DFFD6
Text Example
Text Example
White with #4DFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFD6; }
p { color: rgb(77,255,214); }
H1.HeaderClassName
{
color: #4DFFD6;
}
.AnyTagClassName
{
color: #4DFFD6;
}
</style>
background-color css
<style>
a { background-color: #4DFFD6; }
a { background-color: rgb(77,255,214); }
div.DivClassName
{
background-color: #4DFFD6;
}
.BgClassName
{
background-color: #4DFFD6;
}
</style>
border-color css
<style>
span { border-color: #4DFFD6; }
span { border-color: rgb(77,255,214); }
td.TdClassName
{
border-color: #4DFFD6;
}
.TagClassName
{
border-color: #4DFFD6;
}
</style>