Shades of Turquoise #47DBC5
Tints of Turquoise #47DBC5
RGB
CMYK
RGB Variations
Color information
#47DBC5 (or 0x47DBC5) is known color: Turquoise. HEX triplet: 47, DB and C5. RGB value is (71,219,197). Sum of RGB (Red+Green+Blue) = 71+219+197=487 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.58% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBC5 is #B8243A. Grayscale: #ACACAC. Windows color (decimal): -12067899 or 12966727. OLE color: 12966727.
HSL color Cylindrical-coordinate representation of color #47DBC5: hue angle of 171.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DBC5 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 197 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.14 |
| HSL | 171.08º | 0.67% | 0.57% | - |
| HSV(B) | 171.08º | 0.68% | 0.86% | - |
| XYZ | 38.01 | 56.03 | 61.64 | - |
| YUV | 172.24 | 141.97 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 197 | 0.68 | 0 | 0.10 | 0.14 | 171.08 | 0.67 | 0.57 |
| Hex | 47 | DB | C5 | 44 | 0 | A | E | AB | 43 | 39 |
| Octal | 107 | 333 | 305 | 104 | 0 | 12 | 16 | 253 | 103 | 71 |
| Binary | 1000111 | 11011011 | 11000101 | 1000100 | 0 | 1010 | 1110 | 10101011 | 1000011 | 111001 |
Color Harmonies of #47DBC5
Complementary color
Monochromatic Colors of #47DBC5
Black with #47DBC5
Text Example
Text Example
White with #47DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBC5; }
p { color: rgb(71,219,197); }
H1.HeaderClassName
{
color: #47DBC5;
}
.AnyTagClassName
{
color: #47DBC5;
}
</style>
background-color css
<style>
a { background-color: #47DBC5; }
a { background-color: rgb(71,219,197); }
div.DivClassName
{
background-color: #47DBC5;
}
.BgClassName
{
background-color: #47DBC5;
}
</style>
border-color css
<style>
span { border-color: #47DBC5; }
span { border-color: rgb(71,219,197); }
td.TdClassName
{
border-color: #47DBC5;
}
.TagClassName
{
border-color: #47DBC5;
}
</style>