Shades of Turquoise #47FCC5
Tints of Turquoise #47FCC5
RGB
CMYK
RGB Variations
Color information
#47FCC5 (or 0x47FCC5) is known color: Turquoise. HEX triplet: 47, FC and C5. RGB value is (71,252,197). Sum of RGB (Red+Green+Blue) = 71+252+197=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCC5 is #B8033A. Grayscale: #BFBFBF. Windows color (decimal): -12059451 or 12975175. OLE color: 12975175.
HSL color Cylindrical-coordinate representation of color #47FCC5: hue angle of 161.77º 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 #47FCC5 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 252 | 197 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.01 |
| HSL | 161.77º | 0.97% | 0.63% | - |
| HSV(B) | 161.77º | 0.72% | 0.99% | - |
| XYZ | 47.49 | 74.99 | 64.8 | - |
| YUV | 191.61 | 131.03 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 197 | 0.72 | 0 | 0.22 | 0.01 | 161.77 | 0.97 | 0.63 |
| Hex | 47 | FC | C5 | 48 | 0 | 16 | 1 | A2 | 61 | 3F |
| Octal | 107 | 374 | 305 | 110 | 0 | 26 | 1 | 242 | 141 | 77 |
| Binary | 1000111 | 11111100 | 11000101 | 1001000 | 0 | 10110 | 1 | 10100010 | 1100001 | 111111 |
Color Harmonies of #47FCC5
Complementary color
Monochromatic Colors of #47FCC5
Black with #47FCC5
Text Example
Text Example
White with #47FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FCC5; }
p { color: rgb(71,252,197); }
H1.HeaderClassName
{
color: #47FCC5;
}
.AnyTagClassName
{
color: #47FCC5;
}
</style>
background-color css
<style>
a { background-color: #47FCC5; }
a { background-color: rgb(71,252,197); }
div.DivClassName
{
background-color: #47FCC5;
}
.BgClassName
{
background-color: #47FCC5;
}
</style>
border-color css
<style>
span { border-color: #47FCC5; }
span { border-color: rgb(71,252,197); }
td.TdClassName
{
border-color: #47FCC5;
}
.TagClassName
{
border-color: #47FCC5;
}
</style>