Shades of Turquoise #47EDB0
Tints of Turquoise #47EDB0
RGB
CMYK
RGB Variations
Color information
#47EDB0 (or 0x47EDB0) is known color: Turquoise. HEX triplet: 47, ED and B0. RGB value is (71,237,176). Sum of RGB (Red+Green+Blue) = 71+237+176=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47EDB0 is #B8124F. Grayscale: #B4B4B4. Windows color (decimal): -12063312 or 11595079. OLE color: 11595079.
HSL color Cylindrical-coordinate representation of color #47EDB0: hue angle of 157.95º 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 #47EDB0 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 237 | 176 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.07 |
| HSL | 157.95º | 0.82% | 0.6% | - |
| HSV(B) | 157.95º | 0.7% | 0.93% | - |
| XYZ | 40.72 | 65.04 | 51.48 | - |
| YUV | 180.41 | 125.5 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 237 | 176 | 0.70 | 0 | 0.26 | 0.07 | 157.95 | 0.82 | 0.6 |
| Hex | 47 | ED | B0 | 46 | 0 | 1A | 7 | 9E | 52 | 3C |
| Octal | 107 | 355 | 260 | 106 | 0 | 32 | 7 | 236 | 122 | 74 |
| Binary | 1000111 | 11101101 | 10110000 | 1000110 | 0 | 11010 | 111 | 10011110 | 1010010 | 111100 |
Color Harmonies of #47EDB0
Complementary color
Monochromatic Colors of #47EDB0
Black with #47EDB0
Text Example
Text Example
White with #47EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EDB0; }
p { color: rgb(71,237,176); }
H1.HeaderClassName
{
color: #47EDB0;
}
.AnyTagClassName
{
color: #47EDB0;
}
</style>
background-color css
<style>
a { background-color: #47EDB0; }
a { background-color: rgb(71,237,176); }
div.DivClassName
{
background-color: #47EDB0;
}
.BgClassName
{
background-color: #47EDB0;
}
</style>
border-color css
<style>
span { border-color: #47EDB0; }
span { border-color: rgb(71,237,176); }
td.TdClassName
{
border-color: #47EDB0;
}
.TagClassName
{
border-color: #47EDB0;
}
</style>