Shades of Turquoise #47ECBD
Tints of Turquoise #47ECBD
RGB
CMYK
RGB Variations
Color information
#47ECBD (or 0x47ECBD) is known color: Turquoise. HEX triplet: 47, EC and BD. RGB value is (71,236,189). Sum of RGB (Red+Green+Blue) = 71+236+189=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECBD is #B81342. Grayscale: #B5B5B5. Windows color (decimal): -12063555 or 12446791. OLE color: 12446791.
HSL color Cylindrical-coordinate representation of color #47ECBD: hue angle of 162.91º 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 #47ECBD is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 189 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.07 |
| HSL | 162.91º | 0.81% | 0.6% | - |
| HSV(B) | 162.91º | 0.7% | 0.93% | - |
| XYZ | 41.78 | 65 | 58.49 | - |
| YUV | 181.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 189 | 0.70 | 0 | 0.20 | 0.07 | 162.91 | 0.81 | 0.6 |
| Hex | 47 | EC | BD | 46 | 0 | 14 | 7 | A3 | 51 | 3C |
| Octal | 107 | 354 | 275 | 106 | 0 | 24 | 7 | 243 | 121 | 74 |
| Binary | 1000111 | 11101100 | 10111101 | 1000110 | 0 | 10100 | 111 | 10100011 | 1010001 | 111100 |
Color Harmonies of #47ECBD
Complementary color
Monochromatic Colors of #47ECBD
Black with #47ECBD
Text Example
Text Example
White with #47ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECBD; }
p { color: rgb(71,236,189); }
H1.HeaderClassName
{
color: #47ECBD;
}
.AnyTagClassName
{
color: #47ECBD;
}
</style>
background-color css
<style>
a { background-color: #47ECBD; }
a { background-color: rgb(71,236,189); }
div.DivClassName
{
background-color: #47ECBD;
}
.BgClassName
{
background-color: #47ECBD;
}
</style>
border-color css
<style>
span { border-color: #47ECBD; }
span { border-color: rgb(71,236,189); }
td.TdClassName
{
border-color: #47ECBD;
}
.TagClassName
{
border-color: #47ECBD;
}
</style>