Shades of Turquoise #47DADB
Tints of Turquoise #47DADB
RGB
CMYK
RGB Variations
Color information
#47DADB (or 0x47DADB) is known color: Turquoise. HEX triplet: 47, DA and DB. RGB value is (71,218,219). Sum of RGB (Red+Green+Blue) = 71+218+219=508 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.98% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #47DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DADB is #B82524. Grayscale: #AEAEAE. Windows color (decimal): -12068133 or 14408263. OLE color: 14408263.
HSL color Cylindrical-coordinate representation of color #47DADB: hue angle of 180.41º 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 #47DADB is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 218 | 219 | - |
| CMYK | 0.68 | 0.00 | 0 | 0.14 |
| HSL | 180.41º | 0.67% | 0.57% | - |
| HSV(B) | 180.41º | 0.68% | 0.86% | - |
| XYZ | 40.46 | 56.6 | 75.81 | - |
| YUV | 174.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 219 | 0.68 | 0.00 | 0 | 0.14 | 180.41 | 0.67 | 0.57 |
| Hex | 47 | DA | DB | 44 | 0 | 0 | E | B4 | 43 | 39 |
| Octal | 107 | 332 | 333 | 104 | 0 | 0 | 16 | 264 | 103 | 71 |
| Binary | 1000111 | 11011010 | 11011011 | 1000100 | 0 | 0 | 1110 | 10110100 | 1000011 | 111001 |
Color Harmonies of #47DADB
Complementary color
Monochromatic Colors of #47DADB
Black with #47DADB
Text Example
Text Example
White with #47DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DADB; }
p { color: rgb(71,218,219); }
H1.HeaderClassName
{
color: #47DADB;
}
.AnyTagClassName
{
color: #47DADB;
}
</style>
background-color css
<style>
a { background-color: #47DADB; }
a { background-color: rgb(71,218,219); }
div.DivClassName
{
background-color: #47DADB;
}
.BgClassName
{
background-color: #47DADB;
}
</style>
border-color css
<style>
span { border-color: #47DADB; }
span { border-color: rgb(71,218,219); }
td.TdClassName
{
border-color: #47DADB;
}
.TagClassName
{
border-color: #47DADB;
}
</style>