Shades of Turquoise #47F2CA
Tints of Turquoise #47F2CA
RGB
CMYK
RGB Variations
Color information
#47F2CA (or 0x47F2CA) is known color: Turquoise. HEX triplet: 47, F2 and CA. RGB value is (71,242,202). Sum of RGB (Red+Green+Blue) = 71+242+202=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #47F2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F2CA is #B80D35. Grayscale: #BABABA. Windows color (decimal): -12062006 or 13300295. OLE color: 13300295.
HSL color Cylindrical-coordinate representation of color #47F2CA: hue angle of 165.96º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F2CA is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 242 | 202 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.05 |
| HSL | 165.96º | 0.87% | 0.61% | - |
| HSV(B) | 165.96º | 0.71% | 0.95% | - |
| XYZ | 45.01 | 69.11 | 66.84 | - |
| YUV | 186.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 242 | 202 | 0.71 | 0 | 0.17 | 0.05 | 165.96 | 0.87 | 0.61 |
| Hex | 47 | F2 | CA | 47 | 0 | 11 | 5 | A6 | 57 | 3D |
| Octal | 107 | 362 | 312 | 107 | 0 | 21 | 5 | 246 | 127 | 75 |
| Binary | 1000111 | 11110010 | 11001010 | 1000111 | 0 | 10001 | 101 | 10100110 | 1010111 | 111101 |
Color Harmonies of #47F2CA
Complementary color
Monochromatic Colors of #47F2CA
Black with #47F2CA
Text Example
Text Example
White with #47F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F2CA; }
p { color: rgb(71,242,202); }
H1.HeaderClassName
{
color: #47F2CA;
}
.AnyTagClassName
{
color: #47F2CA;
}
</style>
background-color css
<style>
a { background-color: #47F2CA; }
a { background-color: rgb(71,242,202); }
div.DivClassName
{
background-color: #47F2CA;
}
.BgClassName
{
background-color: #47F2CA;
}
</style>
border-color css
<style>
span { border-color: #47F2CA; }
span { border-color: rgb(71,242,202); }
td.TdClassName
{
border-color: #47F2CA;
}
.TagClassName
{
border-color: #47F2CA;
}
</style>