Shades of Turquoise #47FDAB
Tints of Turquoise #47FDAB
RGB
CMYK
RGB Variations
Color information
#47FDAB (or 0x47FDAB) is known color: Turquoise. HEX triplet: 47, FD and AB. RGB value is (71,253,171). Sum of RGB (Red+Green+Blue) = 71+253+171=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FDAB is #B80254. Grayscale: #BDBDBD. Windows color (decimal): -12059221 or 11271495. OLE color: 11271495.
HSL color Cylindrical-coordinate representation of color #47FDAB: hue angle of 152.97º 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 #47FDAB is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 171 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.01 |
| HSL | 152.97º | 0.98% | 0.64% | - |
| HSV(B) | 152.97º | 0.72% | 0.99% | - |
| XYZ | 45.07 | 74.53 | 50.54 | - |
| YUV | 189.23 | 117.7 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 171 | 0.72 | 0 | 0.32 | 0.01 | 152.97 | 0.98 | 0.64 |
| Hex | 47 | FD | AB | 48 | 0 | 20 | 1 | 99 | 62 | 40 |
| Octal | 107 | 375 | 253 | 110 | 0 | 40 | 1 | 231 | 142 | 100 |
| Binary | 1000111 | 11111101 | 10101011 | 1001000 | 0 | 100000 | 1 | 10011001 | 1100010 | 1000000 |
Color Harmonies of #47FDAB
Complementary color
Monochromatic Colors of #47FDAB
Black with #47FDAB
Text Example
Text Example
White with #47FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDAB; }
p { color: rgb(71,253,171); }
H1.HeaderClassName
{
color: #47FDAB;
}
.AnyTagClassName
{
color: #47FDAB;
}
</style>
background-color css
<style>
a { background-color: #47FDAB; }
a { background-color: rgb(71,253,171); }
div.DivClassName
{
background-color: #47FDAB;
}
.BgClassName
{
background-color: #47FDAB;
}
</style>
border-color css
<style>
span { border-color: #47FDAB; }
span { border-color: rgb(71,253,171); }
td.TdClassName
{
border-color: #47FDAB;
}
.TagClassName
{
border-color: #47FDAB;
}
</style>