Shades of Turquoise #4DFFC8
Tints of Turquoise #4DFFC8
RGB
CMYK
RGB Variations
Color information
#4DFFC8 (or 0x4DFFC8) is known color: Turquoise. HEX triplet: 4D, FF and C8. RGB value is (77,255,200). Sum of RGB (Red+Green+Blue) = 77+255+200=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFC8 is #B20037. Grayscale: #C3C3C3. Windows color (decimal): -11665464 or 13172557. OLE color: 13172557.
HSL color Cylindrical-coordinate representation of color #4DFFC8: hue angle of 161.46º 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 #4DFFC8 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 200 | - |
| CMYK | 0.70 | 0 | 0.22 | 0 |
| HSL | 161.46º | 1% | 0.65% | - |
| HSV(B) | 161.46º | 0.7% | 1% | - |
| XYZ | 49.25 | 77.27 | 66.96 | - |
| YUV | 195.51 | 130.53 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 200 | 0.70 | 0 | 0.22 | 0 | 161.46 | 1 | 0.65 |
| Hex | 4D | FF | C8 | 46 | 0 | 16 | 0 | A1 | 64 | 41 |
| Octal | 115 | 377 | 310 | 106 | 0 | 26 | 0 | 241 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11001000 | 1000110 | 0 | 10110 | 0 | 10100001 | 1100100 | 1000001 |
Color Harmonies of #4DFFC8
Complementary color
Monochromatic Colors of #4DFFC8
Black with #4DFFC8
Text Example
Text Example
White with #4DFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFC8; }
p { color: rgb(77,255,200); }
H1.HeaderClassName
{
color: #4DFFC8;
}
.AnyTagClassName
{
color: #4DFFC8;
}
</style>
background-color css
<style>
a { background-color: #4DFFC8; }
a { background-color: rgb(77,255,200); }
div.DivClassName
{
background-color: #4DFFC8;
}
.BgClassName
{
background-color: #4DFFC8;
}
</style>
border-color css
<style>
span { border-color: #4DFFC8; }
span { border-color: rgb(77,255,200); }
td.TdClassName
{
border-color: #4DFFC8;
}
.TagClassName
{
border-color: #4DFFC8;
}
</style>