Shades of Turquoise #47DBCD
Tints of Turquoise #47DBCD
RGB
CMYK
RGB Variations
Color information
#47DBCD (or 0x47DBCD) is known color: Turquoise. HEX triplet: 47, DB and CD. RGB value is (71,219,205). Sum of RGB (Red+Green+Blue) = 71+219+205=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBCD is #B82432. Grayscale: #ADADAD. Windows color (decimal): -12067891 or 13491015. OLE color: 13491015.
HSL color Cylindrical-coordinate representation of color #47DBCD: hue angle of 174.32º 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 #47DBCD is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 205 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.14 |
| HSL | 174.32º | 0.67% | 0.57% | - |
| HSV(B) | 174.32º | 0.68% | 0.86% | - |
| XYZ | 38.95 | 56.41 | 66.59 | - |
| YUV | 173.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 205 | 0.68 | 0 | 0.06 | 0.14 | 174.32 | 0.67 | 0.57 |
| Hex | 47 | DB | CD | 44 | 0 | 6 | E | AE | 43 | 39 |
| Octal | 107 | 333 | 315 | 104 | 0 | 6 | 16 | 256 | 103 | 71 |
| Binary | 1000111 | 11011011 | 11001101 | 1000100 | 0 | 110 | 1110 | 10101110 | 1000011 | 111001 |
Color Harmonies of #47DBCD
Complementary color
Monochromatic Colors of #47DBCD
Black with #47DBCD
Text Example
Text Example
White with #47DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBCD; }
p { color: rgb(71,219,205); }
H1.HeaderClassName
{
color: #47DBCD;
}
.AnyTagClassName
{
color: #47DBCD;
}
</style>
background-color css
<style>
a { background-color: #47DBCD; }
a { background-color: rgb(71,219,205); }
div.DivClassName
{
background-color: #47DBCD;
}
.BgClassName
{
background-color: #47DBCD;
}
</style>
border-color css
<style>
span { border-color: #47DBCD; }
span { border-color: rgb(71,219,205); }
td.TdClassName
{
border-color: #47DBCD;
}
.TagClassName
{
border-color: #47DBCD;
}
</style>