Shades of Medium Turquoise #47BEBA
Tints of Medium Turquoise #47BEBA
RGB
CMYK
RGB Variations
Color information
#47BEBA (or 0x47BEBA) is known color: Medium Turquoise. HEX triplet: 47, BE and BA. RGB value is (71,190,186). Sum of RGB (Red+Green+Blue) = 71+190+186=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEBA is #B84145. Grayscale: #999999. Windows color (decimal): -12075334 or 12238407. OLE color: 12238407.
HSL color Cylindrical-coordinate representation of color #47BEBA: hue angle of 177.98º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BEBA is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 190 | 186 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.25 |
| HSL | 177.98º | 0.48% | 0.51% | - |
| HSV(B) | 177.98º | 0.63% | 0.75% | - |
| XYZ | 29.87 | 41.71 | 52.93 | - |
| YUV | 153.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 186 | 0.63 | 0 | 0.02 | 0.25 | 177.98 | 0.48 | 0.51 |
| Hex | 47 | BE | BA | 3F | 0 | 2 | 19 | B2 | 30 | 33 |
| Octal | 107 | 276 | 272 | 77 | 0 | 2 | 31 | 262 | 60 | 63 |
| Binary | 1000111 | 10111110 | 10111010 | 111111 | 0 | 10 | 11001 | 10110010 | 110000 | 110011 |
Color Harmonies of #47BEBA
Complementary color
Monochromatic Colors of #47BEBA
Black with #47BEBA
Text Example
Text Example
White with #47BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BEBA; }
p { color: rgb(71,190,186); }
H1.HeaderClassName
{
color: #47BEBA;
}
.AnyTagClassName
{
color: #47BEBA;
}
</style>
background-color css
<style>
a { background-color: #47BEBA; }
a { background-color: rgb(71,190,186); }
div.DivClassName
{
background-color: #47BEBA;
}
.BgClassName
{
background-color: #47BEBA;
}
</style>
border-color css
<style>
span { border-color: #47BEBA; }
span { border-color: rgb(71,190,186); }
td.TdClassName
{
border-color: #47BEBA;
}
.TagClassName
{
border-color: #47BEBA;
}
</style>