Shades of Turquoise #47DADF
Tints of Turquoise #47DADF
RGB
CMYK
RGB Variations
Color information
#47DADF (or 0x47DADF) is known color: Turquoise. HEX triplet: 47, DA and DF. RGB value is (71,218,223). Sum of RGB (Red+Green+Blue) = 71+218+223=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #47DADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DADF is #B82520. Grayscale: #AEAEAE. Windows color (decimal): -12068129 or 14670407. OLE color: 14670407.
HSL color Cylindrical-coordinate representation of color #47DADF: hue angle of 181.97º 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 #47DADF is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 218 | 223 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.13 |
| HSL | 181.97º | 0.7% | 0.58% | - |
| HSV(B) | 181.97º | 0.68% | 0.87% | - |
| XYZ | 40.99 | 56.81 | 78.62 | - |
| YUV | 174.62 | 155.3 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 223 | 0.68 | 0.02 | 0 | 0.13 | 181.97 | 0.7 | 0.58 |
| Hex | 47 | DA | DF | 44 | 2 | 0 | D | B6 | 46 | 3A |
| Octal | 107 | 332 | 337 | 104 | 2 | 0 | 15 | 266 | 106 | 72 |
| Binary | 1000111 | 11011010 | 11011111 | 1000100 | 10 | 0 | 1101 | 10110110 | 1000110 | 111010 |
Color Harmonies of #47DADF
Complementary color
Monochromatic Colors of #47DADF
Black with #47DADF
Text Example
Text Example
White with #47DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DADF; }
p { color: rgb(71,218,223); }
H1.HeaderClassName
{
color: #47DADF;
}
.AnyTagClassName
{
color: #47DADF;
}
</style>
background-color css
<style>
a { background-color: #47DADF; }
a { background-color: rgb(71,218,223); }
div.DivClassName
{
background-color: #47DADF;
}
.BgClassName
{
background-color: #47DADF;
}
</style>
border-color css
<style>
span { border-color: #47DADF; }
span { border-color: rgb(71,218,223); }
td.TdClassName
{
border-color: #47DADF;
}
.TagClassName
{
border-color: #47DADF;
}
</style>