Shades of Turquoise #4DFAB7
Tints of Turquoise #4DFAB7
RGB
CMYK
RGB Variations
Color information
#4DFAB7 (or 0x4DFAB7) is known color: Turquoise. HEX triplet: 4D, FA and B7. RGB value is (77,250,183). Sum of RGB (Red+Green+Blue) = 77+250+183=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFAB7 is #B20548. Grayscale: #BEBEBE. Windows color (decimal): -11666761 or 12057165. OLE color: 12057165.
HSL color Cylindrical-coordinate representation of color #4DFAB7: hue angle of 156.76º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAB7 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 183 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.02 |
| HSL | 156.76º | 0.95% | 0.64% | - |
| HSV(B) | 156.76º | 0.69% | 0.98% | - |
| XYZ | 45.79 | 73.37 | 56.55 | - |
| YUV | 190.64 | 123.69 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 183 | 0.69 | 0 | 0.27 | 0.02 | 156.76 | 0.95 | 0.64 |
| Hex | 4D | FA | B7 | 45 | 0 | 1B | 2 | 9D | 5F | 40 |
| Octal | 115 | 372 | 267 | 105 | 0 | 33 | 2 | 235 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10110111 | 1000101 | 0 | 11011 | 10 | 10011101 | 1011111 | 1000000 |
Color Harmonies of #4DFAB7
Complementary color
Monochromatic Colors of #4DFAB7
Black with #4DFAB7
Text Example
Text Example
White with #4DFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAB7; }
p { color: rgb(77,250,183); }
H1.HeaderClassName
{
color: #4DFAB7;
}
.AnyTagClassName
{
color: #4DFAB7;
}
</style>
background-color css
<style>
a { background-color: #4DFAB7; }
a { background-color: rgb(77,250,183); }
div.DivClassName
{
background-color: #4DFAB7;
}
.BgClassName
{
background-color: #4DFAB7;
}
</style>
border-color css
<style>
span { border-color: #4DFAB7; }
span { border-color: rgb(77,250,183); }
td.TdClassName
{
border-color: #4DFAB7;
}
.TagClassName
{
border-color: #4DFAB7;
}
</style>