Shades of Turquoise #4FFAB9
Tints of Turquoise #4FFAB9
RGB
CMYK
RGB Variations
Color information
#4FFAB9 (or 0x4FFAB9) is known color: Turquoise. HEX triplet: 4F, FA and B9. RGB value is (79,250,185). Sum of RGB (Red+Green+Blue) = 79+250+185=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAB9 is #B00546. Grayscale: #BFBFBF. Windows color (decimal): -11535687 or 12188239. OLE color: 12188239.
HSL color Cylindrical-coordinate representation of color #4FFAB9: hue angle of 157.19º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAB9 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 185 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.02 |
| HSL | 157.19º | 0.94% | 0.65% | - |
| HSV(B) | 157.19º | 0.68% | 0.98% | - |
| XYZ | 46.17 | 73.54 | 57.66 | - |
| YUV | 191.46 | 124.35 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 185 | 0.68 | 0 | 0.26 | 0.02 | 157.19 | 0.94 | 0.65 |
| Hex | 4F | FA | B9 | 44 | 0 | 1A | 2 | 9D | 5E | 41 |
| Octal | 117 | 372 | 271 | 104 | 0 | 32 | 2 | 235 | 136 | 101 |
| Binary | 1001111 | 11111010 | 10111001 | 1000100 | 0 | 11010 | 10 | 10011101 | 1011110 | 1000001 |
Color Harmonies of #4FFAB9
Complementary color
Monochromatic Colors of #4FFAB9
Black with #4FFAB9
Text Example
Text Example
White with #4FFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAB9; }
p { color: rgb(79,250,185); }
H1.HeaderClassName
{
color: #4FFAB9;
}
.AnyTagClassName
{
color: #4FFAB9;
}
</style>
background-color css
<style>
a { background-color: #4FFAB9; }
a { background-color: rgb(79,250,185); }
div.DivClassName
{
background-color: #4FFAB9;
}
.BgClassName
{
background-color: #4FFAB9;
}
</style>
border-color css
<style>
span { border-color: #4FFAB9; }
span { border-color: rgb(79,250,185); }
td.TdClassName
{
border-color: #4FFAB9;
}
.TagClassName
{
border-color: #4FFAB9;
}
</style>