Shades of Turquoise #47FFB5
Tints of Turquoise #47FFB5
RGB
CMYK
RGB Variations
Color information
#47FFB5 (or 0x47FFB5) is known color: Turquoise. HEX triplet: 47, FF and B5. RGB value is (71,255,181). Sum of RGB (Red+Green+Blue) = 71+255+181=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFB5 is #B8004A. Grayscale: #BFBFBF. Windows color (decimal): -12058699 or 11927367. OLE color: 11927367.
HSL color Cylindrical-coordinate representation of color #47FFB5: hue angle of 155.87º 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 #47FFB5 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 181 | - |
| CMYK | 0.72 | 0 | 0.29 | 0 |
| HSL | 155.87º | 1% | 0.64% | - |
| HSV(B) | 155.87º | 0.72% | 1% | - |
| XYZ | 46.7 | 76.2 | 55.96 | - |
| YUV | 191.55 | 122.04 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 181 | 0.72 | 0 | 0.29 | 0 | 155.87 | 1 | 0.64 |
| Hex | 47 | FF | B5 | 48 | 0 | 1D | 0 | 9C | 64 | 40 |
| Octal | 107 | 377 | 265 | 110 | 0 | 35 | 0 | 234 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10110101 | 1001000 | 0 | 11101 | 0 | 10011100 | 1100100 | 1000000 |
Color Harmonies of #47FFB5
Complementary color
Monochromatic Colors of #47FFB5
Black with #47FFB5
Text Example
Text Example
White with #47FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFB5; }
p { color: rgb(71,255,181); }
H1.HeaderClassName
{
color: #47FFB5;
}
.AnyTagClassName
{
color: #47FFB5;
}
</style>
background-color css
<style>
a { background-color: #47FFB5; }
a { background-color: rgb(71,255,181); }
div.DivClassName
{
background-color: #47FFB5;
}
.BgClassName
{
background-color: #47FFB5;
}
</style>
border-color css
<style>
span { border-color: #47FFB5; }
span { border-color: rgb(71,255,181); }
td.TdClassName
{
border-color: #47FFB5;
}
.TagClassName
{
border-color: #47FFB5;
}
</style>