Shades of Turquoise #47FEB7
Tints of Turquoise #47FEB7
RGB
CMYK
RGB Variations
Color information
#47FEB7 (or 0x47FEB7) is known color: Turquoise. HEX triplet: 47, FE and B7. RGB value is (71,254,183). Sum of RGB (Red+Green+Blue) = 71+254+183=508 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.98% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEB7 is #B80148. Grayscale: #BFBFBF. Windows color (decimal): -12058953 or 12058183. OLE color: 12058183.
HSL color Cylindrical-coordinate representation of color #47FEB7: hue angle of 156.72º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEB7 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 183 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.00 |
| HSL | 156.72º | 0.99% | 0.64% | - |
| HSV(B) | 156.72º | 0.72% | 1% | - |
| XYZ | 46.59 | 75.64 | 56.94 | - |
| YUV | 191.19 | 123.37 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 183 | 0.72 | 0 | 0.28 | 0.00 | 156.72 | 0.99 | 0.64 |
| Hex | 47 | FE | B7 | 48 | 0 | 1C | 0 | 9D | 63 | 40 |
| Octal | 107 | 376 | 267 | 110 | 0 | 34 | 0 | 235 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10110111 | 1001000 | 0 | 11100 | 0 | 10011101 | 1100011 | 1000000 |
Color Harmonies of #47FEB7
Complementary color
Monochromatic Colors of #47FEB7
Black with #47FEB7
Text Example
Text Example
White with #47FEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEB7; }
p { color: rgb(71,254,183); }
H1.HeaderClassName
{
color: #47FEB7;
}
.AnyTagClassName
{
color: #47FEB7;
}
</style>
background-color css
<style>
a { background-color: #47FEB7; }
a { background-color: rgb(71,254,183); }
div.DivClassName
{
background-color: #47FEB7;
}
.BgClassName
{
background-color: #47FEB7;
}
</style>
border-color css
<style>
span { border-color: #47FEB7; }
span { border-color: rgb(71,254,183); }
td.TdClassName
{
border-color: #47FEB7;
}
.TagClassName
{
border-color: #47FEB7;
}
</style>