Shades of Turquoise #47EDD0
Tints of Turquoise #47EDD0
RGB
CMYK
RGB Variations
Color information
#47EDD0 (or 0x47EDD0) is known color: Turquoise. HEX triplet: 47, ED and D0. RGB value is (71,237,208). Sum of RGB (Red+Green+Blue) = 71+237+208=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EDD0 is #B8122F. Grayscale: #B8B8B8. Windows color (decimal): -12063280 or 13692231. OLE color: 13692231.
HSL color Cylindrical-coordinate representation of color #47EDD0: hue angle of 169.52º degrees, saturation: 0.82, 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 #47EDD0 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 237 | 208 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.07 |
| HSL | 169.52º | 0.82% | 0.6% | - |
| HSV(B) | 169.52º | 0.7% | 0.93% | - |
| XYZ | 44.27 | 66.46 | 70.17 | - |
| YUV | 184.06 | 141.5 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 237 | 208 | 0.70 | 0 | 0.12 | 0.07 | 169.52 | 0.82 | 0.6 |
| Hex | 47 | ED | D0 | 46 | 0 | C | 7 | AA | 52 | 3C |
| Octal | 107 | 355 | 320 | 106 | 0 | 14 | 7 | 252 | 122 | 74 |
| Binary | 1000111 | 11101101 | 11010000 | 1000110 | 0 | 1100 | 111 | 10101010 | 1010010 | 111100 |
Color Harmonies of #47EDD0
Complementary color
Monochromatic Colors of #47EDD0
Black with #47EDD0
Text Example
Text Example
White with #47EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EDD0; }
p { color: rgb(71,237,208); }
H1.HeaderClassName
{
color: #47EDD0;
}
.AnyTagClassName
{
color: #47EDD0;
}
</style>
background-color css
<style>
a { background-color: #47EDD0; }
a { background-color: rgb(71,237,208); }
div.DivClassName
{
background-color: #47EDD0;
}
.BgClassName
{
background-color: #47EDD0;
}
</style>
border-color css
<style>
span { border-color: #47EDD0; }
span { border-color: rgb(71,237,208); }
td.TdClassName
{
border-color: #47EDD0;
}
.TagClassName
{
border-color: #47EDD0;
}
</style>