Shades of Turquoise #47FFAF
Tints of Turquoise #47FFAF
RGB
CMYK
RGB Variations
Color information
#47FFAF (or 0x47FFAF) is known color: Turquoise. HEX triplet: 47, FF and AF. RGB value is (71,255,175). Sum of RGB (Red+Green+Blue) = 71+255+175=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFAF is #B80050. Grayscale: #BFBFBF. Windows color (decimal): -12058705 or 11534151. OLE color: 11534151.
HSL color Cylindrical-coordinate representation of color #47FFAF: hue angle of 153.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFAF is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 175 | - |
| CMYK | 0.72 | 0 | 0.31 | 0 |
| HSL | 153.91º | 1% | 0.64% | - |
| HSV(B) | 153.91º | 0.72% | 1% | - |
| XYZ | 46.1 | 75.95 | 52.79 | - |
| YUV | 190.86 | 119.04 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 175 | 0.72 | 0 | 0.31 | 0 | 153.91 | 1 | 0.64 |
| Hex | 47 | FF | AF | 48 | 0 | 1F | 0 | 9A | 64 | 40 |
| Octal | 107 | 377 | 257 | 110 | 0 | 37 | 0 | 232 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10101111 | 1001000 | 0 | 11111 | 0 | 10011010 | 1100100 | 1000000 |
Color Harmonies of #47FFAF
Complementary color
Monochromatic Colors of #47FFAF
Black with #47FFAF
Text Example
Text Example
White with #47FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFAF; }
p { color: rgb(71,255,175); }
H1.HeaderClassName
{
color: #47FFAF;
}
.AnyTagClassName
{
color: #47FFAF;
}
</style>
background-color css
<style>
a { background-color: #47FFAF; }
a { background-color: rgb(71,255,175); }
div.DivClassName
{
background-color: #47FFAF;
}
.BgClassName
{
background-color: #47FFAF;
}
</style>
border-color css
<style>
span { border-color: #47FFAF; }
span { border-color: rgb(71,255,175); }
td.TdClassName
{
border-color: #47FFAF;
}
.TagClassName
{
border-color: #47FFAF;
}
</style>