Shades of Turquoise #47DBCC
Tints of Turquoise #47DBCC
RGB
CMYK
RGB Variations
Color information
#47DBCC (or 0x47DBCC) is known color: Turquoise. HEX triplet: 47, DB and CC. RGB value is (71,219,204). Sum of RGB (Red+Green+Blue) = 71+219+204=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBCC is #B82433. Grayscale: #ACACAC. Windows color (decimal): -12067892 or 13425479. OLE color: 13425479.
HSL color Cylindrical-coordinate representation of color #47DBCC: hue angle of 173.92º 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 #47DBCC is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 204 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.14 |
| HSL | 173.92º | 0.67% | 0.57% | - |
| HSV(B) | 173.92º | 0.68% | 0.86% | - |
| XYZ | 38.83 | 56.36 | 65.96 | - |
| YUV | 173.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 204 | 0.68 | 0 | 0.07 | 0.14 | 173.92 | 0.67 | 0.57 |
| Hex | 47 | DB | CC | 44 | 0 | 7 | E | AE | 43 | 39 |
| Octal | 107 | 333 | 314 | 104 | 0 | 7 | 16 | 256 | 103 | 71 |
| Binary | 1000111 | 11011011 | 11001100 | 1000100 | 0 | 111 | 1110 | 10101110 | 1000011 | 111001 |
Color Harmonies of #47DBCC
Complementary color
Monochromatic Colors of #47DBCC
Black with #47DBCC
Text Example
Text Example
White with #47DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBCC; }
p { color: rgb(71,219,204); }
H1.HeaderClassName
{
color: #47DBCC;
}
.AnyTagClassName
{
color: #47DBCC;
}
</style>
background-color css
<style>
a { background-color: #47DBCC; }
a { background-color: rgb(71,219,204); }
div.DivClassName
{
background-color: #47DBCC;
}
.BgClassName
{
background-color: #47DBCC;
}
</style>
border-color css
<style>
span { border-color: #47DBCC; }
span { border-color: rgb(71,219,204); }
td.TdClassName
{
border-color: #47DBCC;
}
.TagClassName
{
border-color: #47DBCC;
}
</style>