Shades of Turquoise #47EBDF
Tints of Turquoise #47EBDF
RGB
CMYK
RGB Variations
Color information
#47EBDF (or 0x47EBDF) is known color: Turquoise. HEX triplet: 47, EB and DF. RGB value is (71,235,223). Sum of RGB (Red+Green+Blue) = 71+235+223=529 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.42% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #47EBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EBDF is #B81420. Grayscale: #B8B8B8. Windows color (decimal): -12063777 or 14674759. OLE color: 14674759.
HSL color Cylindrical-coordinate representation of color #47EBDF: hue angle of 175.61º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EBDF is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 235 | 223 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.08 |
| HSL | 175.61º | 0.8% | 0.6% | - |
| HSV(B) | 175.61º | 0.7% | 0.92% | - |
| XYZ | 45.63 | 66.08 | 80.16 | - |
| YUV | 184.6 | 149.67 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 235 | 223 | 0.70 | 0 | 0.05 | 0.08 | 175.61 | 0.8 | 0.6 |
| Hex | 47 | EB | DF | 46 | 0 | 5 | 8 | B0 | 50 | 3C |
| Octal | 107 | 353 | 337 | 106 | 0 | 5 | 10 | 260 | 120 | 74 |
| Binary | 1000111 | 11101011 | 11011111 | 1000110 | 0 | 101 | 1000 | 10110000 | 1010000 | 111100 |
Color Harmonies of #47EBDF
Complementary color
Monochromatic Colors of #47EBDF
Black with #47EBDF
Text Example
Text Example
White with #47EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EBDF; }
p { color: rgb(71,235,223); }
H1.HeaderClassName
{
color: #47EBDF;
}
.AnyTagClassName
{
color: #47EBDF;
}
</style>
background-color css
<style>
a { background-color: #47EBDF; }
a { background-color: rgb(71,235,223); }
div.DivClassName
{
background-color: #47EBDF;
}
.BgClassName
{
background-color: #47EBDF;
}
</style>
border-color css
<style>
span { border-color: #47EBDF; }
span { border-color: rgb(71,235,223); }
td.TdClassName
{
border-color: #47EBDF;
}
.TagClassName
{
border-color: #47EBDF;
}
</style>