Shades of Turquoise #47E9ED
Tints of Turquoise #47E9ED
RGB
CMYK
RGB Variations
Color information
#47E9ED (or 0x47E9ED) is known color: Turquoise. HEX triplet: 47, E9 and ED. RGB value is (71,233,237). Sum of RGB (Red+Green+Blue) = 71+233+237=541 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.12% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #47E9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E9ED is #B81612. Grayscale: #B8B8B8. Windows color (decimal): -12064275 or 15591751. OLE color: 15591751.
HSL color Cylindrical-coordinate representation of color #47E9ED: hue angle of 181.45º 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 #47E9ED is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 233 | 237 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.07 |
| HSL | 181.45º | 0.82% | 0.6% | - |
| HSV(B) | 181.45º | 0.7% | 0.93% | - |
| XYZ | 47.02 | 65.73 | 90.33 | - |
| YUV | 185.02 | 157.33 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 233 | 237 | 0.70 | 0.02 | 0 | 0.07 | 181.45 | 0.82 | 0.6 |
| Hex | 47 | E9 | ED | 46 | 2 | 0 | 7 | B5 | 52 | 3C |
| Octal | 107 | 351 | 355 | 106 | 2 | 0 | 7 | 265 | 122 | 74 |
| Binary | 1000111 | 11101001 | 11101101 | 1000110 | 10 | 0 | 111 | 10110101 | 1010010 | 111100 |
Color Harmonies of #47E9ED
Complementary color
Monochromatic Colors of #47E9ED
Black with #47E9ED
Text Example
Text Example
White with #47E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E9ED; }
p { color: rgb(71,233,237); }
H1.HeaderClassName
{
color: #47E9ED;
}
.AnyTagClassName
{
color: #47E9ED;
}
</style>
background-color css
<style>
a { background-color: #47E9ED; }
a { background-color: rgb(71,233,237); }
div.DivClassName
{
background-color: #47E9ED;
}
.BgClassName
{
background-color: #47E9ED;
}
</style>
border-color css
<style>
span { border-color: #47E9ED; }
span { border-color: rgb(71,233,237); }
td.TdClassName
{
border-color: #47E9ED;
}
.TagClassName
{
border-color: #47E9ED;
}
</style>