Shades of Turquoise #47FABC
Tints of Turquoise #47FABC
RGB
CMYK
RGB Variations
Color information
#47FABC (or 0x47FABC) is known color: Turquoise. HEX triplet: 47, FA and BC. RGB value is (71,250,188). Sum of RGB (Red+Green+Blue) = 71+250+188=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #47FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FABC is #B80543. Grayscale: #BDBDBD. Windows color (decimal): -12059972 or 12384839. OLE color: 12384839.
HSL color Cylindrical-coordinate representation of color #47FABC: hue angle of 159.22º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FABC is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 188 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.02 |
| HSL | 159.22º | 0.95% | 0.63% | - |
| HSV(B) | 159.22º | 0.72% | 0.98% | - |
| XYZ | 45.86 | 73.34 | 59.32 | - |
| YUV | 189.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 188 | 0.72 | 0 | 0.25 | 0.02 | 159.22 | 0.95 | 0.63 |
| Hex | 47 | FA | BC | 48 | 0 | 19 | 2 | 9F | 5F | 3F |
| Octal | 107 | 372 | 274 | 110 | 0 | 31 | 2 | 237 | 137 | 77 |
| Binary | 1000111 | 11111010 | 10111100 | 1001000 | 0 | 11001 | 10 | 10011111 | 1011111 | 111111 |
Color Harmonies of #47FABC
Complementary color
Monochromatic Colors of #47FABC
Black with #47FABC
Text Example
Text Example
White with #47FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FABC; }
p { color: rgb(71,250,188); }
H1.HeaderClassName
{
color: #47FABC;
}
.AnyTagClassName
{
color: #47FABC;
}
</style>
background-color css
<style>
a { background-color: #47FABC; }
a { background-color: rgb(71,250,188); }
div.DivClassName
{
background-color: #47FABC;
}
.BgClassName
{
background-color: #47FABC;
}
</style>
border-color css
<style>
span { border-color: #47FABC; }
span { border-color: rgb(71,250,188); }
td.TdClassName
{
border-color: #47FABC;
}
.TagClassName
{
border-color: #47FABC;
}
</style>