Shades of Turquoise #47F5E7
Tints of Turquoise #47F5E7
RGB
CMYK
RGB Variations
Color information
#47F5E7 (or 0x47F5E7) is known color: Turquoise. HEX triplet: 47, F5 and E7. RGB value is (71,245,231). Sum of RGB (Red+Green+Blue) = 71+245+231=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #47F5E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F5E7 is #B80A18. Grayscale: #BFBFBF. Windows color (decimal): -12061209 or 15201607. OLE color: 15201607.
HSL color Cylindrical-coordinate representation of color #47F5E7: hue angle of 175.17º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F5E7 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 245 | 231 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.04 |
| HSL | 175.17º | 0.9% | 0.62% | - |
| HSV(B) | 175.17º | 0.71% | 0.96% | - |
| XYZ | 49.67 | 72.41 | 86.96 | - |
| YUV | 191.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 245 | 231 | 0.71 | 0 | 0.06 | 0.04 | 175.17 | 0.9 | 0.62 |
| Hex | 47 | F5 | E7 | 47 | 0 | 6 | 4 | AF | 5A | 3E |
| Octal | 107 | 365 | 347 | 107 | 0 | 6 | 4 | 257 | 132 | 76 |
| Binary | 1000111 | 11110101 | 11100111 | 1000111 | 0 | 110 | 100 | 10101111 | 1011010 | 111110 |
Color Harmonies of #47F5E7
Complementary color
Monochromatic Colors of #47F5E7
Black with #47F5E7
Text Example
Text Example
White with #47F5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F5E7; }
p { color: rgb(71,245,231); }
H1.HeaderClassName
{
color: #47F5E7;
}
.AnyTagClassName
{
color: #47F5E7;
}
</style>
background-color css
<style>
a { background-color: #47F5E7; }
a { background-color: rgb(71,245,231); }
div.DivClassName
{
background-color: #47F5E7;
}
.BgClassName
{
background-color: #47F5E7;
}
</style>
border-color css
<style>
span { border-color: #47F5E7; }
span { border-color: rgb(71,245,231); }
td.TdClassName
{
border-color: #47F5E7;
}
.TagClassName
{
border-color: #47F5E7;
}
</style>