Shades of Turquoise #47FFBA
Tints of Turquoise #47FFBA
RGB
CMYK
RGB Variations
Color information
#47FFBA (or 0x47FFBA) is known color: Turquoise. HEX triplet: 47, FF and BA. RGB value is (71,255,186). Sum of RGB (Red+Green+Blue) = 71+255+186=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFBA is #B80045. Grayscale: #C0C0C0. Windows color (decimal): -12058694 or 12255047. OLE color: 12255047.
HSL color Cylindrical-coordinate representation of color #47FFBA: hue angle of 157.5º 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 #47FFBA is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 186 | - |
| CMYK | 0.72 | 0 | 0.27 | 0 |
| HSL | 157.5º | 1% | 0.64% | - |
| HSV(B) | 157.5º | 0.72% | 1% | - |
| XYZ | 47.22 | 76.4 | 58.71 | - |
| YUV | 192.12 | 124.54 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 186 | 0.72 | 0 | 0.27 | 0 | 157.5 | 1 | 0.64 |
| Hex | 47 | FF | BA | 48 | 0 | 1B | 0 | 9E | 64 | 40 |
| Octal | 107 | 377 | 272 | 110 | 0 | 33 | 0 | 236 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10111010 | 1001000 | 0 | 11011 | 0 | 10011110 | 1100100 | 1000000 |
Color Harmonies of #47FFBA
Complementary color
Monochromatic Colors of #47FFBA
Black with #47FFBA
Text Example
Text Example
White with #47FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFBA; }
p { color: rgb(71,255,186); }
H1.HeaderClassName
{
color: #47FFBA;
}
.AnyTagClassName
{
color: #47FFBA;
}
</style>
background-color css
<style>
a { background-color: #47FFBA; }
a { background-color: rgb(71,255,186); }
div.DivClassName
{
background-color: #47FFBA;
}
.BgClassName
{
background-color: #47FFBA;
}
</style>
border-color css
<style>
span { border-color: #47FFBA; }
span { border-color: rgb(71,255,186); }
td.TdClassName
{
border-color: #47FFBA;
}
.TagClassName
{
border-color: #47FFBA;
}
</style>