Shades of Turquoise #4FFAC7
Tints of Turquoise #4FFAC7
RGB
CMYK
RGB Variations
Color information
#4FFAC7 (or 0x4FFAC7) is known color: Turquoise. HEX triplet: 4F, FA and C7. RGB value is (79,250,199). Sum of RGB (Red+Green+Blue) = 79+250+199=528 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.96% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAC7 is #B00538. Grayscale: #C1C1C1. Windows color (decimal): -11535673 or 13105743. OLE color: 13105743.
HSL color Cylindrical-coordinate representation of color #4FFAC7: hue angle of 162.11º 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 #4FFAC7 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 199 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.02 |
| HSL | 162.11º | 0.94% | 0.65% | - |
| HSV(B) | 162.11º | 0.68% | 0.98% | - |
| XYZ | 47.72 | 74.16 | 65.83 | - |
| YUV | 193.06 | 131.35 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 199 | 0.68 | 0 | 0.20 | 0.02 | 162.11 | 0.94 | 0.65 |
| Hex | 4F | FA | C7 | 44 | 0 | 14 | 2 | A2 | 5E | 41 |
| Octal | 117 | 372 | 307 | 104 | 0 | 24 | 2 | 242 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11000111 | 1000100 | 0 | 10100 | 10 | 10100010 | 1011110 | 1000001 |
Color Harmonies of #4FFAC7
Complementary color
Monochromatic Colors of #4FFAC7
Black with #4FFAC7
Text Example
Text Example
White with #4FFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAC7; }
p { color: rgb(79,250,199); }
H1.HeaderClassName
{
color: #4FFAC7;
}
.AnyTagClassName
{
color: #4FFAC7;
}
</style>
background-color css
<style>
a { background-color: #4FFAC7; }
a { background-color: rgb(79,250,199); }
div.DivClassName
{
background-color: #4FFAC7;
}
.BgClassName
{
background-color: #4FFAC7;
}
</style>
border-color css
<style>
span { border-color: #4FFAC7; }
span { border-color: rgb(79,250,199); }
td.TdClassName
{
border-color: #4FFAC7;
}
.TagClassName
{
border-color: #4FFAC7;
}
</style>