Shades of Turquoise #47FFB0
Tints of Turquoise #47FFB0
RGB
CMYK
RGB Variations
Color information
#47FFB0 (or 0x47FFB0) is known color: Turquoise. HEX triplet: 47, FF and B0. RGB value is (71,255,176). Sum of RGB (Red+Green+Blue) = 71+255+176=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFB0 is #B8004F. Grayscale: #BFBFBF. Windows color (decimal): -12058704 or 11599687. OLE color: 11599687.
HSL color Cylindrical-coordinate representation of color #47FFB0: hue angle of 154.24º 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 #47FFB0 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 176 | - |
| CMYK | 0.72 | 0 | 0.31 | 0 |
| HSL | 154.24º | 1% | 0.64% | - |
| HSV(B) | 154.24º | 0.72% | 1% | - |
| XYZ | 46.2 | 75.99 | 53.31 | - |
| YUV | 190.98 | 119.54 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 176 | 0.72 | 0 | 0.31 | 0 | 154.24 | 1 | 0.64 |
| Hex | 47 | FF | B0 | 48 | 0 | 1F | 0 | 9A | 64 | 40 |
| Octal | 107 | 377 | 260 | 110 | 0 | 37 | 0 | 232 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10110000 | 1001000 | 0 | 11111 | 0 | 10011010 | 1100100 | 1000000 |
Color Harmonies of #47FFB0
Complementary color
Monochromatic Colors of #47FFB0
Black with #47FFB0
Text Example
Text Example
White with #47FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFB0; }
p { color: rgb(71,255,176); }
H1.HeaderClassName
{
color: #47FFB0;
}
.AnyTagClassName
{
color: #47FFB0;
}
</style>
background-color css
<style>
a { background-color: #47FFB0; }
a { background-color: rgb(71,255,176); }
div.DivClassName
{
background-color: #47FFB0;
}
.BgClassName
{
background-color: #47FFB0;
}
</style>
border-color css
<style>
span { border-color: #47FFB0; }
span { border-color: rgb(71,255,176); }
td.TdClassName
{
border-color: #47FFB0;
}
.TagClassName
{
border-color: #47FFB0;
}
</style>