Shades of Turquoise #47FABB
Tints of Turquoise #47FABB
RGB
CMYK
RGB Variations
Color information
#47FABB (or 0x47FABB) is known color: Turquoise. HEX triplet: 47, FA and BB. RGB value is (71,250,187). Sum of RGB (Red+Green+Blue) = 71+250+187=508 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.98% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #47FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FABB is #B80544. Grayscale: #BDBDBD. Windows color (decimal): -12059973 or 12319303. OLE color: 12319303.
HSL color Cylindrical-coordinate representation of color #47FABB: hue angle of 158.88º 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 #47FABB is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 187 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.02 |
| HSL | 158.88º | 0.95% | 0.63% | - |
| HSV(B) | 158.88º | 0.72% | 0.98% | - |
| XYZ | 45.75 | 73.3 | 58.75 | - |
| YUV | 189.3 | 126.7 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 187 | 0.72 | 0 | 0.25 | 0.02 | 158.88 | 0.95 | 0.63 |
| Hex | 47 | FA | BB | 48 | 0 | 19 | 2 | 9F | 5F | 3F |
| Octal | 107 | 372 | 273 | 110 | 0 | 31 | 2 | 237 | 137 | 77 |
| Binary | 1000111 | 11111010 | 10111011 | 1001000 | 0 | 11001 | 10 | 10011111 | 1011111 | 111111 |
Color Harmonies of #47FABB
Complementary color
Monochromatic Colors of #47FABB
Black with #47FABB
Text Example
Text Example
White with #47FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FABB; }
p { color: rgb(71,250,187); }
H1.HeaderClassName
{
color: #47FABB;
}
.AnyTagClassName
{
color: #47FABB;
}
</style>
background-color css
<style>
a { background-color: #47FABB; }
a { background-color: rgb(71,250,187); }
div.DivClassName
{
background-color: #47FABB;
}
.BgClassName
{
background-color: #47FABB;
}
</style>
border-color css
<style>
span { border-color: #47FABB; }
span { border-color: rgb(71,250,187); }
td.TdClassName
{
border-color: #47FABB;
}
.TagClassName
{
border-color: #47FABB;
}
</style>