Shades of Turquoise #47FFBE
Tints of Turquoise #47FFBE
RGB
CMYK
RGB Variations
Color information
#47FFBE (or 0x47FFBE) is known color: Turquoise. HEX triplet: 47, FF and BE. RGB value is (71,255,190). Sum of RGB (Red+Green+Blue) = 71+255+190=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFBE is #B80041. Grayscale: #C0C0C0. Windows color (decimal): -12058690 or 12517191. OLE color: 12517191.
HSL color Cylindrical-coordinate representation of color #47FFBE: hue angle of 158.8º 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 #47FFBE is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 190 | - |
| CMYK | 0.72 | 0 | 0.25 | 0 |
| HSL | 158.8º | 1% | 0.64% | - |
| HSV(B) | 158.8º | 0.72% | 1% | - |
| XYZ | 47.65 | 76.58 | 60.98 | - |
| YUV | 192.57 | 126.54 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 190 | 0.72 | 0 | 0.25 | 0 | 158.8 | 1 | 0.64 |
| Hex | 47 | FF | BE | 48 | 0 | 19 | 0 | 9F | 64 | 40 |
| Octal | 107 | 377 | 276 | 110 | 0 | 31 | 0 | 237 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10111110 | 1001000 | 0 | 11001 | 0 | 10011111 | 1100100 | 1000000 |
Color Harmonies of #47FFBE
Complementary color
Monochromatic Colors of #47FFBE
Black with #47FFBE
Text Example
Text Example
White with #47FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFBE; }
p { color: rgb(71,255,190); }
H1.HeaderClassName
{
color: #47FFBE;
}
.AnyTagClassName
{
color: #47FFBE;
}
</style>
background-color css
<style>
a { background-color: #47FFBE; }
a { background-color: rgb(71,255,190); }
div.DivClassName
{
background-color: #47FFBE;
}
.BgClassName
{
background-color: #47FFBE;
}
</style>
border-color css
<style>
span { border-color: #47FFBE; }
span { border-color: rgb(71,255,190); }
td.TdClassName
{
border-color: #47FFBE;
}
.TagClassName
{
border-color: #47FFBE;
}
</style>