Shades of Turquoise #47EBED
Tints of Turquoise #47EBED
RGB
CMYK
RGB Variations
Color information
#47EBED (or 0x47EBED) is known color: Turquoise. HEX triplet: 47, EB and ED. RGB value is (71,235,237). Sum of RGB (Red+Green+Blue) = 71+235+237=543 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.08% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #47EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EBED is #B81412. Grayscale: #BABABA. Windows color (decimal): -12063763 or 15592263. OLE color: 15592263.
HSL color Cylindrical-coordinate representation of color #47EBED: hue angle of 180.72º 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 #47EBED is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 235 | 237 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.07 |
| HSL | 180.72º | 0.82% | 0.6% | - |
| HSV(B) | 180.72º | 0.7% | 0.93% | - |
| XYZ | 47.59 | 66.87 | 90.52 | - |
| YUV | 186.19 | 156.67 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 235 | 237 | 0.70 | 0.01 | 0 | 0.07 | 180.72 | 0.82 | 0.6 |
| Hex | 47 | EB | ED | 46 | 1 | 0 | 7 | B5 | 52 | 3C |
| Octal | 107 | 353 | 355 | 106 | 1 | 0 | 7 | 265 | 122 | 74 |
| Binary | 1000111 | 11101011 | 11101101 | 1000110 | 1 | 0 | 111 | 10110101 | 1010010 | 111100 |
Color Harmonies of #47EBED
Complementary color
Monochromatic Colors of #47EBED
Black with #47EBED
Text Example
Text Example
White with #47EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EBED; }
p { color: rgb(71,235,237); }
H1.HeaderClassName
{
color: #47EBED;
}
.AnyTagClassName
{
color: #47EBED;
}
</style>
background-color css
<style>
a { background-color: #47EBED; }
a { background-color: rgb(71,235,237); }
div.DivClassName
{
background-color: #47EBED;
}
.BgClassName
{
background-color: #47EBED;
}
</style>
border-color css
<style>
span { border-color: #47EBED; }
span { border-color: rgb(71,235,237); }
td.TdClassName
{
border-color: #47EBED;
}
.TagClassName
{
border-color: #47EBED;
}
</style>