Shades of Turquoise #47FEB0
Tints of Turquoise #47FEB0
RGB
CMYK
RGB Variations
Color information
#47FEB0 (or 0x47FEB0) is known color: Turquoise. HEX triplet: 47, FE and B0. RGB value is (71,254,176). Sum of RGB (Red+Green+Blue) = 71+254+176=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FEB0 is #B8014F. Grayscale: #BEBEBE. Windows color (decimal): -12058960 or 11599431. OLE color: 11599431.
HSL color Cylindrical-coordinate representation of color #47FEB0: hue angle of 154.43º 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 #47FEB0 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 176 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.00 |
| HSL | 154.43º | 0.99% | 0.64% | - |
| HSV(B) | 154.43º | 0.72% | 1% | - |
| XYZ | 45.88 | 75.36 | 53.2 | - |
| YUV | 190.39 | 119.87 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 176 | 0.72 | 0 | 0.31 | 0.00 | 154.43 | 0.99 | 0.64 |
| Hex | 47 | FE | B0 | 48 | 0 | 1F | 0 | 9A | 63 | 40 |
| Octal | 107 | 376 | 260 | 110 | 0 | 37 | 0 | 232 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10110000 | 1001000 | 0 | 11111 | 0 | 10011010 | 1100011 | 1000000 |
Color Harmonies of #47FEB0
Complementary color
Monochromatic Colors of #47FEB0
Black with #47FEB0
Text Example
Text Example
White with #47FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEB0; }
p { color: rgb(71,254,176); }
H1.HeaderClassName
{
color: #47FEB0;
}
.AnyTagClassName
{
color: #47FEB0;
}
</style>
background-color css
<style>
a { background-color: #47FEB0; }
a { background-color: rgb(71,254,176); }
div.DivClassName
{
background-color: #47FEB0;
}
.BgClassName
{
background-color: #47FEB0;
}
</style>
border-color css
<style>
span { border-color: #47FEB0; }
span { border-color: rgb(71,254,176); }
td.TdClassName
{
border-color: #47FEB0;
}
.TagClassName
{
border-color: #47FEB0;
}
</style>