Shades of Turquoise #47F0DC
Tints of Turquoise #47F0DC
RGB
CMYK
RGB Variations
Color information
#47F0DC (or 0x47F0DC) is known color: Turquoise. HEX triplet: 47, F0 and DC. RGB value is (71,240,220). Sum of RGB (Red+Green+Blue) = 71+240+220=531 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.37% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #47F0DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F0DC is #B80F23. Grayscale: #BBBBBB. Windows color (decimal): -12062500 or 14479431. OLE color: 14479431.
HSL color Cylindrical-coordinate representation of color #47F0DC: hue angle of 172.9º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47F0DC is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 240 | 220 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.06 |
| HSL | 172.9º | 0.85% | 0.61% | - |
| HSV(B) | 172.9º | 0.7% | 0.94% | - |
| XYZ | 46.68 | 68.83 | 78.53 | - |
| YUV | 187.19 | 146.51 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 240 | 220 | 0.70 | 0 | 0.08 | 0.06 | 172.9 | 0.85 | 0.61 |
| Hex | 47 | F0 | DC | 46 | 0 | 8 | 6 | AD | 55 | 3D |
| Octal | 107 | 360 | 334 | 106 | 0 | 10 | 6 | 255 | 125 | 75 |
| Binary | 1000111 | 11110000 | 11011100 | 1000110 | 0 | 1000 | 110 | 10101101 | 1010101 | 111101 |
Color Harmonies of #47F0DC
Complementary color
Monochromatic Colors of #47F0DC
Black with #47F0DC
Text Example
Text Example
White with #47F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F0DC; }
p { color: rgb(71,240,220); }
H1.HeaderClassName
{
color: #47F0DC;
}
.AnyTagClassName
{
color: #47F0DC;
}
</style>
background-color css
<style>
a { background-color: #47F0DC; }
a { background-color: rgb(71,240,220); }
div.DivClassName
{
background-color: #47F0DC;
}
.BgClassName
{
background-color: #47F0DC;
}
</style>
border-color css
<style>
span { border-color: #47F0DC; }
span { border-color: rgb(71,240,220); }
td.TdClassName
{
border-color: #47F0DC;
}
.TagClassName
{
border-color: #47F0DC;
}
</style>