Shades of Turquoise #4DFFC3
Tints of Turquoise #4DFFC3
RGB
CMYK
RGB Variations
Color information
#4DFFC3 (or 0x4DFFC3) is known color: Turquoise. HEX triplet: 4D, FF and C3. RGB value is (77,255,195). Sum of RGB (Red+Green+Blue) = 77+255+195=527 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.61% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFC3 is #B2003C. Grayscale: #C2C2C2. Windows color (decimal): -11665469 or 12844877. OLE color: 12844877.
HSL color Cylindrical-coordinate representation of color #4DFFC3: hue angle of 159.78º 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 #4DFFC3 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 195 | - |
| CMYK | 0.70 | 0 | 0.24 | 0 |
| HSL | 159.78º | 1% | 0.65% | - |
| HSV(B) | 159.78º | 0.7% | 1% | - |
| XYZ | 48.67 | 77.04 | 63.93 | - |
| YUV | 194.94 | 128.03 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 195 | 0.70 | 0 | 0.24 | 0 | 159.78 | 1 | 0.65 |
| Hex | 4D | FF | C3 | 46 | 0 | 18 | 0 | A0 | 64 | 41 |
| Octal | 115 | 377 | 303 | 106 | 0 | 30 | 0 | 240 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11000011 | 1000110 | 0 | 11000 | 0 | 10100000 | 1100100 | 1000001 |
Color Harmonies of #4DFFC3
Complementary color
Monochromatic Colors of #4DFFC3
Black with #4DFFC3
Text Example
Text Example
White with #4DFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFC3; }
p { color: rgb(77,255,195); }
H1.HeaderClassName
{
color: #4DFFC3;
}
.AnyTagClassName
{
color: #4DFFC3;
}
</style>
background-color css
<style>
a { background-color: #4DFFC3; }
a { background-color: rgb(77,255,195); }
div.DivClassName
{
background-color: #4DFFC3;
}
.BgClassName
{
background-color: #4DFFC3;
}
</style>
border-color css
<style>
span { border-color: #4DFFC3; }
span { border-color: rgb(77,255,195); }
td.TdClassName
{
border-color: #4DFFC3;
}
.TagClassName
{
border-color: #4DFFC3;
}
</style>