Shades of Turquoise #47FFB2
Tints of Turquoise #47FFB2
RGB
CMYK
RGB Variations
Color information
#47FFB2 (or 0x47FFB2) is known color: Turquoise. HEX triplet: 47, FF and B2. RGB value is (71,255,178). Sum of RGB (Red+Green+Blue) = 71+255+178=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFB2 is #B8004D. Grayscale: #BFBFBF. Windows color (decimal): -12058702 or 11730759. OLE color: 11730759.
HSL color Cylindrical-coordinate representation of color #47FFB2: hue angle of 154.89º 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 #47FFB2 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 178 | - |
| CMYK | 0.72 | 0 | 0.30 | 0 |
| HSL | 154.89º | 1% | 0.64% | - |
| HSV(B) | 154.89º | 0.72% | 1% | - |
| XYZ | 46.39 | 76.07 | 54.36 | - |
| YUV | 191.21 | 120.54 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 178 | 0.72 | 0 | 0.30 | 0 | 154.89 | 1 | 0.64 |
| Hex | 47 | FF | B2 | 48 | 0 | 1E | 0 | 9B | 64 | 40 |
| Octal | 107 | 377 | 262 | 110 | 0 | 36 | 0 | 233 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10110010 | 1001000 | 0 | 11110 | 0 | 10011011 | 1100100 | 1000000 |
Color Harmonies of #47FFB2
Complementary color
Monochromatic Colors of #47FFB2
Black with #47FFB2
Text Example
Text Example
White with #47FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFB2; }
p { color: rgb(71,255,178); }
H1.HeaderClassName
{
color: #47FFB2;
}
.AnyTagClassName
{
color: #47FFB2;
}
</style>
background-color css
<style>
a { background-color: #47FFB2; }
a { background-color: rgb(71,255,178); }
div.DivClassName
{
background-color: #47FFB2;
}
.BgClassName
{
background-color: #47FFB2;
}
</style>
border-color css
<style>
span { border-color: #47FFB2; }
span { border-color: rgb(71,255,178); }
td.TdClassName
{
border-color: #47FFB2;
}
.TagClassName
{
border-color: #47FFB2;
}
</style>