Shades of Turquoise #47DACB
Tints of Turquoise #47DACB
RGB
CMYK
RGB Variations
Color information
#47DACB (or 0x47DACB) is known color: Turquoise. HEX triplet: 47, DA and CB. RGB value is (71,218,203). Sum of RGB (Red+Green+Blue) = 71+218+203=492 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.43% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #47DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DACB is #B82534. Grayscale: #ACACAC. Windows color (decimal): -12068149 or 13359687. OLE color: 13359687.
HSL color Cylindrical-coordinate representation of color #47DACB: hue angle of 173.88º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DACB is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 203 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.15 |
| HSL | 173.88º | 0.67% | 0.57% | - |
| HSV(B) | 173.88º | 0.67% | 0.85% | - |
| XYZ | 38.45 | 55.79 | 65.24 | - |
| YUV | 172.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 203 | 0.67 | 0 | 0.07 | 0.15 | 173.88 | 0.67 | 0.57 |
| Hex | 47 | DA | CB | 43 | 0 | 7 | F | AE | 43 | 39 |
| Octal | 107 | 332 | 313 | 103 | 0 | 7 | 17 | 256 | 103 | 71 |
| Binary | 1000111 | 11011010 | 11001011 | 1000011 | 0 | 111 | 1111 | 10101110 | 1000011 | 111001 |
Color Harmonies of #47DACB
Complementary color
Monochromatic Colors of #47DACB
Black with #47DACB
Text Example
Text Example
White with #47DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DACB; }
p { color: rgb(71,218,203); }
H1.HeaderClassName
{
color: #47DACB;
}
.AnyTagClassName
{
color: #47DACB;
}
</style>
background-color css
<style>
a { background-color: #47DACB; }
a { background-color: rgb(71,218,203); }
div.DivClassName
{
background-color: #47DACB;
}
.BgClassName
{
background-color: #47DACB;
}
</style>
border-color css
<style>
span { border-color: #47DACB; }
span { border-color: rgb(71,218,203); }
td.TdClassName
{
border-color: #47DACB;
}
.TagClassName
{
border-color: #47DACB;
}
</style>