Shades of Turquoise #4DFFC9
Tints of Turquoise #4DFFC9
RGB
CMYK
RGB Variations
Color information
#4DFFC9 (or 0x4DFFC9) is known color: Turquoise. HEX triplet: 4D, FF and C9. RGB value is (77,255,201). Sum of RGB (Red+Green+Blue) = 77+255+201=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFC9 is #B20036. Grayscale: #C3C3C3. Windows color (decimal): -11665463 or 13238093. OLE color: 13238093.
HSL color Cylindrical-coordinate representation of color #4DFFC9: hue angle of 161.8º 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 #4DFFC9 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 201 | - |
| CMYK | 0.70 | 0 | 0.21 | 0 |
| HSL | 161.8º | 1% | 0.65% | - |
| HSV(B) | 161.8º | 0.7% | 1% | - |
| XYZ | 49.36 | 77.31 | 67.58 | - |
| YUV | 195.62 | 131.03 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 201 | 0.70 | 0 | 0.21 | 0 | 161.8 | 1 | 0.65 |
| Hex | 4D | FF | C9 | 46 | 0 | 15 | 0 | A2 | 64 | 41 |
| Octal | 115 | 377 | 311 | 106 | 0 | 25 | 0 | 242 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11001001 | 1000110 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000001 |
Color Harmonies of #4DFFC9
Complementary color
Monochromatic Colors of #4DFFC9
Black with #4DFFC9
Text Example
Text Example
White with #4DFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFC9; }
p { color: rgb(77,255,201); }
H1.HeaderClassName
{
color: #4DFFC9;
}
.AnyTagClassName
{
color: #4DFFC9;
}
</style>
background-color css
<style>
a { background-color: #4DFFC9; }
a { background-color: rgb(77,255,201); }
div.DivClassName
{
background-color: #4DFFC9;
}
.BgClassName
{
background-color: #4DFFC9;
}
</style>
border-color css
<style>
span { border-color: #4DFFC9; }
span { border-color: rgb(77,255,201); }
td.TdClassName
{
border-color: #4DFFC9;
}
.TagClassName
{
border-color: #4DFFC9;
}
</style>