Shades of Turquoise #47D9DF
Tints of Turquoise #47D9DF
RGB
CMYK
RGB Variations
Color information
#47D9DF (or 0x47D9DF) is known color: Turquoise. HEX triplet: 47, D9 and DF. RGB value is (71,217,223). Sum of RGB (Red+Green+Blue) = 71+217+223=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #47D9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D9DF is #B82620. Grayscale: #ADADAD. Windows color (decimal): -12068385 or 14670151. OLE color: 14670151.
HSL color Cylindrical-coordinate representation of color #47D9DF: hue angle of 182.37º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47D9DF is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 217 | 223 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.13 |
| HSL | 182.37º | 0.7% | 0.58% | - |
| HSV(B) | 182.37º | 0.68% | 0.87% | - |
| XYZ | 40.73 | 56.29 | 78.53 | - |
| YUV | 174.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 223 | 0.68 | 0.03 | 0 | 0.13 | 182.37 | 0.7 | 0.58 |
| Hex | 47 | D9 | DF | 44 | 3 | 0 | D | B6 | 46 | 3A |
| Octal | 107 | 331 | 337 | 104 | 3 | 0 | 15 | 266 | 106 | 72 |
| Binary | 1000111 | 11011001 | 11011111 | 1000100 | 11 | 0 | 1101 | 10110110 | 1000110 | 111010 |
Color Harmonies of #47D9DF
Complementary color
Monochromatic Colors of #47D9DF
Black with #47D9DF
Text Example
Text Example
White with #47D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D9DF; }
p { color: rgb(71,217,223); }
H1.HeaderClassName
{
color: #47D9DF;
}
.AnyTagClassName
{
color: #47D9DF;
}
</style>
background-color css
<style>
a { background-color: #47D9DF; }
a { background-color: rgb(71,217,223); }
div.DivClassName
{
background-color: #47D9DF;
}
.BgClassName
{
background-color: #47D9DF;
}
</style>
border-color css
<style>
span { border-color: #47D9DF; }
span { border-color: rgb(71,217,223); }
td.TdClassName
{
border-color: #47D9DF;
}
.TagClassName
{
border-color: #47D9DF;
}
</style>