Shades of Turquoise #4DFABF
Tints of Turquoise #4DFABF
RGB
CMYK
RGB Variations
Color information
#4DFABF (or 0x4DFABF) is known color: Turquoise. HEX triplet: 4D, FA and BF. RGB value is (77,250,191). Sum of RGB (Red+Green+Blue) = 77+250+191=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFABF is #B20540. Grayscale: #BFBFBF. Windows color (decimal): -11666753 or 12581453. OLE color: 12581453.
HSL color Cylindrical-coordinate representation of color #4DFABF: hue angle of 159.54º 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 #4DFABF is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 191 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.02 |
| HSL | 159.54º | 0.95% | 0.64% | - |
| HSV(B) | 159.54º | 0.69% | 0.98% | - |
| XYZ | 46.65 | 73.71 | 61.06 | - |
| YUV | 191.55 | 127.69 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 191 | 0.69 | 0 | 0.24 | 0.02 | 159.54 | 0.95 | 0.64 |
| Hex | 4D | FA | BF | 45 | 0 | 18 | 2 | A0 | 5F | 40 |
| Octal | 115 | 372 | 277 | 105 | 0 | 30 | 2 | 240 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10111111 | 1000101 | 0 | 11000 | 10 | 10100000 | 1011111 | 1000000 |
Color Harmonies of #4DFABF
Complementary color
Monochromatic Colors of #4DFABF
Black with #4DFABF
Text Example
Text Example
White with #4DFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFABF; }
p { color: rgb(77,250,191); }
H1.HeaderClassName
{
color: #4DFABF;
}
.AnyTagClassName
{
color: #4DFABF;
}
</style>
background-color css
<style>
a { background-color: #4DFABF; }
a { background-color: rgb(77,250,191); }
div.DivClassName
{
background-color: #4DFABF;
}
.BgClassName
{
background-color: #4DFABF;
}
</style>
border-color css
<style>
span { border-color: #4DFABF; }
span { border-color: rgb(77,250,191); }
td.TdClassName
{
border-color: #4DFABF;
}
.TagClassName
{
border-color: #4DFABF;
}
</style>