Shades of Turquoise #47DCE6
Tints of Turquoise #47DCE6
RGB
CMYK
RGB Variations
Color information
#47DCE6 (or 0x47DCE6) is known color: Turquoise. HEX triplet: 47, DC and E6. RGB value is (71,220,230). Sum of RGB (Red+Green+Blue) = 71+220+230=521 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.63% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #47DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCE6 is #B82319. Grayscale: #B0B0B0. Windows color (decimal): -12067610 or 15129671. OLE color: 15129671.
HSL color Cylindrical-coordinate representation of color #47DCE6: hue angle of 183.77º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47DCE6 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 220 | 230 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.10 |
| HSL | 183.77º | 0.76% | 0.59% | - |
| HSV(B) | 183.77º | 0.69% | 0.9% | - |
| XYZ | 42.47 | 58.24 | 83.87 | - |
| YUV | 176.59 | 158.14 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 230 | 0.69 | 0.04 | 0 | 0.10 | 183.77 | 0.76 | 0.59 |
| Hex | 47 | DC | E6 | 45 | 4 | 0 | A | B8 | 4C | 3B |
| Octal | 107 | 334 | 346 | 105 | 4 | 0 | 12 | 270 | 114 | 73 |
| Binary | 1000111 | 11011100 | 11100110 | 1000101 | 100 | 0 | 1010 | 10111000 | 1001100 | 111011 |
Color Harmonies of #47DCE6
Complementary color
Monochromatic Colors of #47DCE6
Black with #47DCE6
Text Example
Text Example
White with #47DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCE6; }
p { color: rgb(71,220,230); }
H1.HeaderClassName
{
color: #47DCE6;
}
.AnyTagClassName
{
color: #47DCE6;
}
</style>
background-color css
<style>
a { background-color: #47DCE6; }
a { background-color: rgb(71,220,230); }
div.DivClassName
{
background-color: #47DCE6;
}
.BgClassName
{
background-color: #47DCE6;
}
</style>
border-color css
<style>
span { border-color: #47DCE6; }
span { border-color: rgb(71,220,230); }
td.TdClassName
{
border-color: #47DCE6;
}
.TagClassName
{
border-color: #47DCE6;
}
</style>