Shades of Turquoise #47DDEC
Tints of Turquoise #47DDEC
RGB
CMYK
RGB Variations
Color information
#47DDEC (or 0x47DDEC) is known color: Turquoise. HEX triplet: 47, DD and EC. RGB value is (71,221,236). Sum of RGB (Red+Green+Blue) = 71+221+236=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #47DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DDEC is #B82213. Grayscale: #B1B1B1. Windows color (decimal): -12067348 or 15523143. OLE color: 15523143.
HSL color Cylindrical-coordinate representation of color #47DDEC: hue angle of 185.45º 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 #47DDEC is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 221 | 236 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.07 |
| HSL | 185.45º | 0.81% | 0.6% | - |
| HSV(B) | 185.45º | 0.7% | 0.93% | - |
| XYZ | 43.6 | 59.11 | 88.47 | - |
| YUV | 177.86 | 160.81 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 236 | 0.70 | 0.06 | 0 | 0.07 | 185.45 | 0.81 | 0.6 |
| Hex | 47 | DD | EC | 46 | 6 | 0 | 7 | B9 | 51 | 3C |
| Octal | 107 | 335 | 354 | 106 | 6 | 0 | 7 | 271 | 121 | 74 |
| Binary | 1000111 | 11011101 | 11101100 | 1000110 | 110 | 0 | 111 | 10111001 | 1010001 | 111100 |
Color Harmonies of #47DDEC
Complementary color
Monochromatic Colors of #47DDEC
Black with #47DDEC
Text Example
Text Example
White with #47DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDEC; }
p { color: rgb(71,221,236); }
H1.HeaderClassName
{
color: #47DDEC;
}
.AnyTagClassName
{
color: #47DDEC;
}
</style>
background-color css
<style>
a { background-color: #47DDEC; }
a { background-color: rgb(71,221,236); }
div.DivClassName
{
background-color: #47DDEC;
}
.BgClassName
{
background-color: #47DDEC;
}
</style>
border-color css
<style>
span { border-color: #47DDEC; }
span { border-color: rgb(71,221,236); }
td.TdClassName
{
border-color: #47DDEC;
}
.TagClassName
{
border-color: #47DDEC;
}
</style>