Shades of Turquoise #47EBBE
Tints of Turquoise #47EBBE
RGB
CMYK
RGB Variations
Color information
#47EBBE (or 0x47EBBE) is known color: Turquoise. HEX triplet: 47, EB and BE. RGB value is (71,235,190). Sum of RGB (Red+Green+Blue) = 71+235+190=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #47EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EBBE is #B81441. Grayscale: #B4B4B4. Windows color (decimal): -12063810 or 12512071. OLE color: 12512071.
HSL color Cylindrical-coordinate representation of color #47EBBE: hue angle of 163.54º 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 #47EBBE is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 235 | 190 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.08 |
| HSL | 163.54º | 0.8% | 0.6% | - |
| HSV(B) | 163.54º | 0.7% | 0.92% | - |
| XYZ | 41.6 | 64.47 | 58.97 | - |
| YUV | 180.83 | 133.17 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 235 | 190 | 0.70 | 0 | 0.19 | 0.08 | 163.54 | 0.8 | 0.6 |
| Hex | 47 | EB | BE | 46 | 0 | 13 | 8 | A4 | 50 | 3C |
| Octal | 107 | 353 | 276 | 106 | 0 | 23 | 10 | 244 | 120 | 74 |
| Binary | 1000111 | 11101011 | 10111110 | 1000110 | 0 | 10011 | 1000 | 10100100 | 1010000 | 111100 |
Color Harmonies of #47EBBE
Complementary color
Monochromatic Colors of #47EBBE
Black with #47EBBE
Text Example
Text Example
White with #47EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EBBE; }
p { color: rgb(71,235,190); }
H1.HeaderClassName
{
color: #47EBBE;
}
.AnyTagClassName
{
color: #47EBBE;
}
</style>
background-color css
<style>
a { background-color: #47EBBE; }
a { background-color: rgb(71,235,190); }
div.DivClassName
{
background-color: #47EBBE;
}
.BgClassName
{
background-color: #47EBBE;
}
</style>
border-color css
<style>
span { border-color: #47EBBE; }
span { border-color: rgb(71,235,190); }
td.TdClassName
{
border-color: #47EBBE;
}
.TagClassName
{
border-color: #47EBBE;
}
</style>