Shades of Turquoise #47FFB3
Tints of Turquoise #47FFB3
RGB
CMYK
RGB Variations
Color information
#47FFB3 (or 0x47FFB3) is known color: Turquoise. HEX triplet: 47, FF and B3. RGB value is (71,255,179). Sum of RGB (Red+Green+Blue) = 71+255+179=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFB3 is #B8004C. Grayscale: #BFBFBF. Windows color (decimal): -12058701 or 11796295. OLE color: 11796295.
HSL color Cylindrical-coordinate representation of color #47FFB3: hue angle of 155.22º 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 #47FFB3 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 179 | - |
| CMYK | 0.72 | 0 | 0.30 | 0 |
| HSL | 155.22º | 1% | 0.64% | - |
| HSV(B) | 155.22º | 0.72% | 1% | - |
| XYZ | 46.5 | 76.11 | 54.89 | - |
| YUV | 191.32 | 121.04 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 179 | 0.72 | 0 | 0.30 | 0 | 155.22 | 1 | 0.64 |
| Hex | 47 | FF | B3 | 48 | 0 | 1E | 0 | 9B | 64 | 40 |
| Octal | 107 | 377 | 263 | 110 | 0 | 36 | 0 | 233 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10110011 | 1001000 | 0 | 11110 | 0 | 10011011 | 1100100 | 1000000 |
Color Harmonies of #47FFB3
Complementary color
Monochromatic Colors of #47FFB3
Black with #47FFB3
Text Example
Text Example
White with #47FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFB3; }
p { color: rgb(71,255,179); }
H1.HeaderClassName
{
color: #47FFB3;
}
.AnyTagClassName
{
color: #47FFB3;
}
</style>
background-color css
<style>
a { background-color: #47FFB3; }
a { background-color: rgb(71,255,179); }
div.DivClassName
{
background-color: #47FFB3;
}
.BgClassName
{
background-color: #47FFB3;
}
</style>
border-color css
<style>
span { border-color: #47FFB3; }
span { border-color: rgb(71,255,179); }
td.TdClassName
{
border-color: #47FFB3;
}
.TagClassName
{
border-color: #47FFB3;
}
</style>