Shades of Turquoise #47DDE1
Tints of Turquoise #47DDE1
RGB
CMYK
RGB Variations
Color information
#47DDE1 (or 0x47DDE1) is known color: Turquoise. HEX triplet: 47, DD and E1. RGB value is (71,221,225). Sum of RGB (Red+Green+Blue) = 71+221+225=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #47DDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDE1 is #B8221E. Grayscale: #B0B0B0. Windows color (decimal): -12067359 or 14802247. OLE color: 14802247.
HSL color Cylindrical-coordinate representation of color #47DDE1: hue angle of 181.56º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDE1 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 221 | 225 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.12 |
| HSL | 181.56º | 0.72% | 0.58% | - |
| HSV(B) | 181.56º | 0.68% | 0.88% | - |
| XYZ | 42.05 | 58.49 | 80.31 | - |
| YUV | 176.61 | 155.31 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 225 | 0.68 | 0.02 | 0 | 0.12 | 181.56 | 0.72 | 0.58 |
| Hex | 47 | DD | E1 | 44 | 2 | 0 | C | B6 | 48 | 3A |
| Octal | 107 | 335 | 341 | 104 | 2 | 0 | 14 | 266 | 110 | 72 |
| Binary | 1000111 | 11011101 | 11100001 | 1000100 | 10 | 0 | 1100 | 10110110 | 1001000 | 111010 |
Color Harmonies of #47DDE1
Complementary color
Monochromatic Colors of #47DDE1
Black with #47DDE1
Text Example
Text Example
White with #47DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDE1; }
p { color: rgb(71,221,225); }
H1.HeaderClassName
{
color: #47DDE1;
}
.AnyTagClassName
{
color: #47DDE1;
}
</style>
background-color css
<style>
a { background-color: #47DDE1; }
a { background-color: rgb(71,221,225); }
div.DivClassName
{
background-color: #47DDE1;
}
.BgClassName
{
background-color: #47DDE1;
}
</style>
border-color css
<style>
span { border-color: #47DDE1; }
span { border-color: rgb(71,221,225); }
td.TdClassName
{
border-color: #47DDE1;
}
.TagClassName
{
border-color: #47DDE1;
}
</style>