Shades of Turquoise #47FDC3
Tints of Turquoise #47FDC3
RGB
CMYK
RGB Variations
Color information
#47FDC3 (or 0x47FDC3) is known color: Turquoise. HEX triplet: 47, FD and C3. RGB value is (71,253,195). Sum of RGB (Red+Green+Blue) = 71+253+195=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDC3 is #B8023C. Grayscale: #C0C0C0. Windows color (decimal): -12059197 or 12844359. OLE color: 12844359.
HSL color Cylindrical-coordinate representation of color #47FDC3: hue angle of 160.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDC3 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 195 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.01 |
| HSL | 160.88º | 0.98% | 0.64% | - |
| HSV(B) | 160.88º | 0.72% | 0.99% | - |
| XYZ | 47.57 | 75.53 | 63.7 | - |
| YUV | 191.97 | 129.7 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 195 | 0.72 | 0 | 0.23 | 0.01 | 160.88 | 0.98 | 0.64 |
| Hex | 47 | FD | C3 | 48 | 0 | 17 | 1 | A1 | 62 | 40 |
| Octal | 107 | 375 | 303 | 110 | 0 | 27 | 1 | 241 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11000011 | 1001000 | 0 | 10111 | 1 | 10100001 | 1100010 | 1000000 |
Color Harmonies of #47FDC3
Complementary color
Monochromatic Colors of #47FDC3
Black with #47FDC3
Text Example
Text Example
White with #47FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDC3; }
p { color: rgb(71,253,195); }
H1.HeaderClassName
{
color: #47FDC3;
}
.AnyTagClassName
{
color: #47FDC3;
}
</style>
background-color css
<style>
a { background-color: #47FDC3; }
a { background-color: rgb(71,253,195); }
div.DivClassName
{
background-color: #47FDC3;
}
.BgClassName
{
background-color: #47FDC3;
}
</style>
border-color css
<style>
span { border-color: #47FDC3; }
span { border-color: rgb(71,253,195); }
td.TdClassName
{
border-color: #47FDC3;
}
.TagClassName
{
border-color: #47FDC3;
}
</style>