Shades of Turquoise #47DBEC
Tints of Turquoise #47DBEC
RGB
CMYK
RGB Variations
Color information
#47DBEC (or 0x47DBEC) is known color: Turquoise. HEX triplet: 47, DB and EC. RGB value is (71,219,236). Sum of RGB (Red+Green+Blue) = 71+219+236=526 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.50% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #47DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBEC is #B82413. Grayscale: #B0B0B0. Windows color (decimal): -12067860 or 15522631. OLE color: 15522631.
HSL color Cylindrical-coordinate representation of color #47DBEC: hue angle of 186.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DBEC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 219 | 236 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.07 |
| HSL | 186.18º | 0.81% | 0.6% | - |
| HSV(B) | 186.18º | 0.7% | 0.93% | - |
| XYZ | 43.07 | 58.06 | 88.29 | - |
| YUV | 176.69 | 161.47 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 236 | 0.70 | 0.07 | 0 | 0.07 | 186.18 | 0.81 | 0.6 |
| Hex | 47 | DB | EC | 46 | 7 | 0 | 7 | BA | 51 | 3C |
| Octal | 107 | 333 | 354 | 106 | 7 | 0 | 7 | 272 | 121 | 74 |
| Binary | 1000111 | 11011011 | 11101100 | 1000110 | 111 | 0 | 111 | 10111010 | 1010001 | 111100 |
Color Harmonies of #47DBEC
Complementary color
Monochromatic Colors of #47DBEC
Black with #47DBEC
Text Example
Text Example
White with #47DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBEC; }
p { color: rgb(71,219,236); }
H1.HeaderClassName
{
color: #47DBEC;
}
.AnyTagClassName
{
color: #47DBEC;
}
</style>
background-color css
<style>
a { background-color: #47DBEC; }
a { background-color: rgb(71,219,236); }
div.DivClassName
{
background-color: #47DBEC;
}
.BgClassName
{
background-color: #47DBEC;
}
</style>
border-color css
<style>
span { border-color: #47DBEC; }
span { border-color: rgb(71,219,236); }
td.TdClassName
{
border-color: #47DBEC;
}
.TagClassName
{
border-color: #47DBEC;
}
</style>