Shades of Turquoise #4FFAB7
Tints of Turquoise #4FFAB7
RGB
CMYK
RGB Variations
Color information
#4FFAB7 (or 0x4FFAB7) is known color: Turquoise. HEX triplet: 4F, FA and B7. RGB value is (79,250,183). Sum of RGB (Red+Green+Blue) = 79+250+183=512 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.43% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAB7 is #B00548. Grayscale: #BFBFBF. Windows color (decimal): -11535689 or 12057167. OLE color: 12057167.
HSL color Cylindrical-coordinate representation of color #4FFAB7: hue angle of 156.49º 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 #4FFAB7 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 183 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.02 |
| HSL | 156.49º | 0.94% | 0.65% | - |
| HSV(B) | 156.49º | 0.68% | 0.98% | - |
| XYZ | 45.96 | 73.45 | 56.56 | - |
| YUV | 191.23 | 123.35 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 183 | 0.68 | 0 | 0.27 | 0.02 | 156.49 | 0.94 | 0.65 |
| Hex | 4F | FA | B7 | 44 | 0 | 1B | 2 | 9C | 5E | 41 |
| Octal | 117 | 372 | 267 | 104 | 0 | 33 | 2 | 234 | 136 | 101 |
| Binary | 1001111 | 11111010 | 10110111 | 1000100 | 0 | 11011 | 10 | 10011100 | 1011110 | 1000001 |
Color Harmonies of #4FFAB7
Complementary color
Monochromatic Colors of #4FFAB7
Black with #4FFAB7
Text Example
Text Example
White with #4FFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAB7; }
p { color: rgb(79,250,183); }
H1.HeaderClassName
{
color: #4FFAB7;
}
.AnyTagClassName
{
color: #4FFAB7;
}
</style>
background-color css
<style>
a { background-color: #4FFAB7; }
a { background-color: rgb(79,250,183); }
div.DivClassName
{
background-color: #4FFAB7;
}
.BgClassName
{
background-color: #4FFAB7;
}
</style>
border-color css
<style>
span { border-color: #4FFAB7; }
span { border-color: rgb(79,250,183); }
td.TdClassName
{
border-color: #4FFAB7;
}
.TagClassName
{
border-color: #4FFAB7;
}
</style>