Shades of Turquoise #47FCBE
Tints of Turquoise #47FCBE
RGB
CMYK
RGB Variations
Color information
#47FCBE (or 0x47FCBE) is known color: Turquoise. HEX triplet: 47, FC and BE. RGB value is (71,252,190). Sum of RGB (Red+Green+Blue) = 71+252+190=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCBE is #B80341. Grayscale: #BEBEBE. Windows color (decimal): -12059458 or 12516423. OLE color: 12516423.
HSL color Cylindrical-coordinate representation of color #47FCBE: hue angle of 159.45º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FCBE is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 252 | 190 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.01 |
| HSL | 159.45º | 0.97% | 0.63% | - |
| HSV(B) | 159.45º | 0.72% | 0.99% | - |
| XYZ | 46.7 | 74.68 | 60.67 | - |
| YUV | 190.81 | 127.53 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 190 | 0.72 | 0 | 0.25 | 0.01 | 159.45 | 0.97 | 0.63 |
| Hex | 47 | FC | BE | 48 | 0 | 19 | 1 | 9F | 61 | 3F |
| Octal | 107 | 374 | 276 | 110 | 0 | 31 | 1 | 237 | 141 | 77 |
| Binary | 1000111 | 11111100 | 10111110 | 1001000 | 0 | 11001 | 1 | 10011111 | 1100001 | 111111 |
Color Harmonies of #47FCBE
Complementary color
Monochromatic Colors of #47FCBE
Black with #47FCBE
Text Example
Text Example
White with #47FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FCBE; }
p { color: rgb(71,252,190); }
H1.HeaderClassName
{
color: #47FCBE;
}
.AnyTagClassName
{
color: #47FCBE;
}
</style>
background-color css
<style>
a { background-color: #47FCBE; }
a { background-color: rgb(71,252,190); }
div.DivClassName
{
background-color: #47FCBE;
}
.BgClassName
{
background-color: #47FCBE;
}
</style>
border-color css
<style>
span { border-color: #47FCBE; }
span { border-color: rgb(71,252,190); }
td.TdClassName
{
border-color: #47FCBE;
}
.TagClassName
{
border-color: #47FCBE;
}
</style>