Shades of Turquoise #47E6ED
Tints of Turquoise #47E6ED
RGB
CMYK
RGB Variations
Color information
#47E6ED (or 0x47E6ED) is known color: Turquoise. HEX triplet: 47, E6 and ED. RGB value is (71,230,237). Sum of RGB (Red+Green+Blue) = 71+230+237=538 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.20% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #47E6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E6ED is #B81912. Grayscale: #B7B7B7. Windows color (decimal): -12065043 or 15590983. OLE color: 15590983.
HSL color Cylindrical-coordinate representation of color #47E6ED: hue angle of 182.53º 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 #47E6ED is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 230 | 237 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.07 |
| HSL | 182.53º | 0.82% | 0.6% | - |
| HSV(B) | 182.53º | 0.7% | 0.93% | - |
| XYZ | 46.18 | 64.05 | 90.05 | - |
| YUV | 183.26 | 158.32 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 230 | 237 | 0.70 | 0.03 | 0 | 0.07 | 182.53 | 0.82 | 0.6 |
| Hex | 47 | E6 | ED | 46 | 3 | 0 | 7 | B7 | 52 | 3C |
| Octal | 107 | 346 | 355 | 106 | 3 | 0 | 7 | 267 | 122 | 74 |
| Binary | 1000111 | 11100110 | 11101101 | 1000110 | 11 | 0 | 111 | 10110111 | 1010010 | 111100 |
Color Harmonies of #47E6ED
Complementary color
Monochromatic Colors of #47E6ED
Black with #47E6ED
Text Example
Text Example
White with #47E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E6ED; }
p { color: rgb(71,230,237); }
H1.HeaderClassName
{
color: #47E6ED;
}
.AnyTagClassName
{
color: #47E6ED;
}
</style>
background-color css
<style>
a { background-color: #47E6ED; }
a { background-color: rgb(71,230,237); }
div.DivClassName
{
background-color: #47E6ED;
}
.BgClassName
{
background-color: #47E6ED;
}
</style>
border-color css
<style>
span { border-color: #47E6ED; }
span { border-color: rgb(71,230,237); }
td.TdClassName
{
border-color: #47E6ED;
}
.TagClassName
{
border-color: #47E6ED;
}
</style>