Shades of Turquoise #4DFFC1
Tints of Turquoise #4DFFC1
RGB
CMYK
RGB Variations
Color information
#4DFFC1 (or 0x4DFFC1) is known color: Turquoise. HEX triplet: 4D, FF and C1. RGB value is (77,255,193). Sum of RGB (Red+Green+Blue) = 77+255+193=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFC1 is #B2003E. Grayscale: #C2C2C2. Windows color (decimal): -11665471 or 12713805. OLE color: 12713805.
HSL color Cylindrical-coordinate representation of color #4DFFC1: hue angle of 159.1º 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 #4DFFC1 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 193 | - |
| CMYK | 0.70 | 0 | 0.24 | 0 |
| HSL | 159.1º | 1% | 0.65% | - |
| HSV(B) | 159.1º | 0.7% | 1% | - |
| XYZ | 48.45 | 76.95 | 62.75 | - |
| YUV | 194.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 193 | 0.70 | 0 | 0.24 | 0 | 159.1 | 1 | 0.65 |
| Hex | 4D | FF | C1 | 46 | 0 | 18 | 0 | 9F | 64 | 41 |
| Octal | 115 | 377 | 301 | 106 | 0 | 30 | 0 | 237 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11000001 | 1000110 | 0 | 11000 | 0 | 10011111 | 1100100 | 1000001 |
Color Harmonies of #4DFFC1
Complementary color
Monochromatic Colors of #4DFFC1
Black with #4DFFC1
Text Example
Text Example
White with #4DFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFC1; }
p { color: rgb(77,255,193); }
H1.HeaderClassName
{
color: #4DFFC1;
}
.AnyTagClassName
{
color: #4DFFC1;
}
</style>
background-color css
<style>
a { background-color: #4DFFC1; }
a { background-color: rgb(77,255,193); }
div.DivClassName
{
background-color: #4DFFC1;
}
.BgClassName
{
background-color: #4DFFC1;
}
</style>
border-color css
<style>
span { border-color: #4DFFC1; }
span { border-color: rgb(77,255,193); }
td.TdClassName
{
border-color: #4DFFC1;
}
.TagClassName
{
border-color: #4DFFC1;
}
</style>