Shades of Turquoise #47F5DF
Tints of Turquoise #47F5DF
RGB
CMYK
RGB Variations
Color information
#47F5DF (or 0x47F5DF) is known color: Turquoise. HEX triplet: 47, F5 and DF. RGB value is (71,245,223). Sum of RGB (Red+Green+Blue) = 71+245+223=539 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.17% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #47F5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F5DF is #B80A20. Grayscale: #BEBEBE. Windows color (decimal): -12061217 or 14677319. OLE color: 14677319.
HSL color Cylindrical-coordinate representation of color #47F5DF: hue angle of 172.41º 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 #47F5DF is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 245 | 223 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.04 |
| HSL | 172.41º | 0.9% | 0.62% | - |
| HSV(B) | 172.41º | 0.71% | 0.96% | - |
| XYZ | 48.57 | 71.97 | 81.14 | - |
| YUV | 190.47 | 146.35 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 245 | 223 | 0.71 | 0 | 0.09 | 0.04 | 172.41 | 0.9 | 0.62 |
| Hex | 47 | F5 | DF | 47 | 0 | 9 | 4 | AC | 5A | 3E |
| Octal | 107 | 365 | 337 | 107 | 0 | 11 | 4 | 254 | 132 | 76 |
| Binary | 1000111 | 11110101 | 11011111 | 1000111 | 0 | 1001 | 100 | 10101100 | 1011010 | 111110 |
Color Harmonies of #47F5DF
Complementary color
Monochromatic Colors of #47F5DF
Black with #47F5DF
Text Example
Text Example
White with #47F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F5DF; }
p { color: rgb(71,245,223); }
H1.HeaderClassName
{
color: #47F5DF;
}
.AnyTagClassName
{
color: #47F5DF;
}
</style>
background-color css
<style>
a { background-color: #47F5DF; }
a { background-color: rgb(71,245,223); }
div.DivClassName
{
background-color: #47F5DF;
}
.BgClassName
{
background-color: #47F5DF;
}
</style>
border-color css
<style>
span { border-color: #47F5DF; }
span { border-color: rgb(71,245,223); }
td.TdClassName
{
border-color: #47F5DF;
}
.TagClassName
{
border-color: #47F5DF;
}
</style>