Shades of Turquoise #4DFFAF
Tints of Turquoise #4DFFAF
RGB
CMYK
RGB Variations
Color information
#4DFFAF (or 0x4DFFAF) is known color: Turquoise. HEX triplet: 4D, FF and AF. RGB value is (77,255,175). Sum of RGB (Red+Green+Blue) = 77+255+175=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFFAF is #B20050. Grayscale: #C0C0C0. Windows color (decimal): -11665489 or 11534157. OLE color: 11534157.
HSL color Cylindrical-coordinate representation of color #4DFFAF: hue angle of 153.03º 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 #4DFFAF is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 175 | - |
| CMYK | 0.70 | 0 | 0.31 | 0 |
| HSL | 153.03º | 1% | 0.65% | - |
| HSV(B) | 153.03º | 0.7% | 1% | - |
| XYZ | 46.56 | 76.19 | 52.81 | - |
| YUV | 192.66 | 118.03 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 175 | 0.70 | 0 | 0.31 | 0 | 153.03 | 1 | 0.65 |
| Hex | 4D | FF | AF | 46 | 0 | 1F | 0 | 99 | 64 | 41 |
| Octal | 115 | 377 | 257 | 106 | 0 | 37 | 0 | 231 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10101111 | 1000110 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000001 |
Color Harmonies of #4DFFAF
Complementary color
Monochromatic Colors of #4DFFAF
Black with #4DFFAF
Text Example
Text Example
White with #4DFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFAF; }
p { color: rgb(77,255,175); }
H1.HeaderClassName
{
color: #4DFFAF;
}
.AnyTagClassName
{
color: #4DFFAF;
}
</style>
background-color css
<style>
a { background-color: #4DFFAF; }
a { background-color: rgb(77,255,175); }
div.DivClassName
{
background-color: #4DFFAF;
}
.BgClassName
{
background-color: #4DFFAF;
}
</style>
border-color css
<style>
span { border-color: #4DFFAF; }
span { border-color: rgb(77,255,175); }
td.TdClassName
{
border-color: #4DFFAF;
}
.TagClassName
{
border-color: #4DFFAF;
}
</style>