Shades of Turquoise #47FAC1
Tints of Turquoise #47FAC1
RGB
CMYK
RGB Variations
Color information
#47FAC1 (or 0x47FAC1) is known color: Turquoise. HEX triplet: 47, FA and C1. RGB value is (71,250,193). Sum of RGB (Red+Green+Blue) = 71+250+193=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAC1 is #B8053E. Grayscale: #BEBEBE. Windows color (decimal): -12059967 or 12712519. OLE color: 12712519.
HSL color Cylindrical-coordinate representation of color #47FAC1: hue angle of 160.89º 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 #47FAC1 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 193 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.02 |
| HSL | 160.89º | 0.95% | 0.63% | - |
| HSV(B) | 160.89º | 0.72% | 0.98% | - |
| XYZ | 46.41 | 73.56 | 62.2 | - |
| YUV | 189.98 | 129.7 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 193 | 0.72 | 0 | 0.23 | 0.02 | 160.89 | 0.95 | 0.63 |
| Hex | 47 | FA | C1 | 48 | 0 | 17 | 2 | A1 | 5F | 3F |
| Octal | 107 | 372 | 301 | 110 | 0 | 27 | 2 | 241 | 137 | 77 |
| Binary | 1000111 | 11111010 | 11000001 | 1001000 | 0 | 10111 | 10 | 10100001 | 1011111 | 111111 |
Color Harmonies of #47FAC1
Complementary color
Monochromatic Colors of #47FAC1
Black with #47FAC1
Text Example
Text Example
White with #47FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FAC1; }
p { color: rgb(71,250,193); }
H1.HeaderClassName
{
color: #47FAC1;
}
.AnyTagClassName
{
color: #47FAC1;
}
</style>
background-color css
<style>
a { background-color: #47FAC1; }
a { background-color: rgb(71,250,193); }
div.DivClassName
{
background-color: #47FAC1;
}
.BgClassName
{
background-color: #47FAC1;
}
</style>
border-color css
<style>
span { border-color: #47FAC1; }
span { border-color: rgb(71,250,193); }
td.TdClassName
{
border-color: #47FAC1;
}
.TagClassName
{
border-color: #47FAC1;
}
</style>