Shades of Turquoise #47FEBE
Tints of Turquoise #47FEBE
RGB
CMYK
RGB Variations
Color information
#47FEBE (or 0x47FEBE) is known color: Turquoise. HEX triplet: 47, FE and BE. RGB value is (71,254,190). Sum of RGB (Red+Green+Blue) = 71+254+190=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEBE is #B80141. Grayscale: #C0C0C0. Windows color (decimal): -12058946 or 12516935. OLE color: 12516935.
HSL color Cylindrical-coordinate representation of color #47FEBE: hue angle of 159.02º 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 #47FEBE is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 190 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.00 |
| HSL | 159.02º | 0.99% | 0.64% | - |
| HSV(B) | 159.02º | 0.72% | 1% | - |
| XYZ | 47.33 | 75.94 | 60.88 | - |
| YUV | 191.99 | 126.87 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 190 | 0.72 | 0 | 0.25 | 0.00 | 159.02 | 0.99 | 0.64 |
| Hex | 47 | FE | BE | 48 | 0 | 19 | 0 | 9F | 63 | 40 |
| Octal | 107 | 376 | 276 | 110 | 0 | 31 | 0 | 237 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10111110 | 1001000 | 0 | 11001 | 0 | 10011111 | 1100011 | 1000000 |
Color Harmonies of #47FEBE
Complementary color
Monochromatic Colors of #47FEBE
Black with #47FEBE
Text Example
Text Example
White with #47FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEBE; }
p { color: rgb(71,254,190); }
H1.HeaderClassName
{
color: #47FEBE;
}
.AnyTagClassName
{
color: #47FEBE;
}
</style>
background-color css
<style>
a { background-color: #47FEBE; }
a { background-color: rgb(71,254,190); }
div.DivClassName
{
background-color: #47FEBE;
}
.BgClassName
{
background-color: #47FEBE;
}
</style>
border-color css
<style>
span { border-color: #47FEBE; }
span { border-color: rgb(71,254,190); }
td.TdClassName
{
border-color: #47FEBE;
}
.TagClassName
{
border-color: #47FEBE;
}
</style>