Shades of Turquoise #4DFFC0
Tints of Turquoise #4DFFC0
RGB
CMYK
RGB Variations
Color information
#4DFFC0 (or 0x4DFFC0) is known color: Turquoise. HEX triplet: 4D, FF and C0. RGB value is (77,255,192). Sum of RGB (Red+Green+Blue) = 77+255+192=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFC0 is #B2003F. Grayscale: #C2C2C2. Windows color (decimal): -11665472 or 12648269. OLE color: 12648269.
HSL color Cylindrical-coordinate representation of color #4DFFC0: hue angle of 158.76º 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 #4DFFC0 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 192 | - |
| CMYK | 0.70 | 0 | 0.25 | 0 |
| HSL | 158.76º | 1% | 0.65% | - |
| HSV(B) | 158.76º | 0.7% | 1% | - |
| XYZ | 48.34 | 76.9 | 62.17 | - |
| YUV | 194.6 | 126.53 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 192 | 0.70 | 0 | 0.25 | 0 | 158.76 | 1 | 0.65 |
| Hex | 4D | FF | C0 | 46 | 0 | 19 | 0 | 9F | 64 | 41 |
| Octal | 115 | 377 | 300 | 106 | 0 | 31 | 0 | 237 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11000000 | 1000110 | 0 | 11001 | 0 | 10011111 | 1100100 | 1000001 |
Color Harmonies of #4DFFC0
Complementary color
Monochromatic Colors of #4DFFC0
Black with #4DFFC0
Text Example
Text Example
White with #4DFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFC0; }
p { color: rgb(77,255,192); }
H1.HeaderClassName
{
color: #4DFFC0;
}
.AnyTagClassName
{
color: #4DFFC0;
}
</style>
background-color css
<style>
a { background-color: #4DFFC0; }
a { background-color: rgb(77,255,192); }
div.DivClassName
{
background-color: #4DFFC0;
}
.BgClassName
{
background-color: #4DFFC0;
}
</style>
border-color css
<style>
span { border-color: #4DFFC0; }
span { border-color: rgb(77,255,192); }
td.TdClassName
{
border-color: #4DFFC0;
}
.TagClassName
{
border-color: #4DFFC0;
}
</style>