Shades of Medium Turquoise #47CABE
Tints of Medium Turquoise #47CABE
RGB
CMYK
RGB Variations
Color information
#47CABE (or 0x47CABE) is known color: Medium Turquoise. HEX triplet: 47, CA and BE. RGB value is (71,202,190). Sum of RGB (Red+Green+Blue) = 71+202+190=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #47CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CABE is #B83541. Grayscale: #A1A1A1. Windows color (decimal): -12072258 or 12503623. OLE color: 12503623.
HSL color Cylindrical-coordinate representation of color #47CABE: hue angle of 174.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CABE is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 190 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.21 |
| HSL | 174.5º | 0.55% | 0.54% | - |
| HSV(B) | 174.5º | 0.65% | 0.79% | - |
| XYZ | 33.01 | 47.3 | 56.1 | - |
| YUV | 161.46 | 144.1 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 190 | 0.65 | 0 | 0.06 | 0.21 | 174.5 | 0.55 | 0.54 |
| Hex | 47 | CA | BE | 41 | 0 | 6 | 15 | AF | 37 | 36 |
| Octal | 107 | 312 | 276 | 101 | 0 | 6 | 25 | 257 | 67 | 66 |
| Binary | 1000111 | 11001010 | 10111110 | 1000001 | 0 | 110 | 10101 | 10101111 | 110111 | 110110 |
Color Harmonies of #47CABE
Complementary color
Monochromatic Colors of #47CABE
Black with #47CABE
Text Example
Text Example
White with #47CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CABE; }
p { color: rgb(71,202,190); }
H1.HeaderClassName
{
color: #47CABE;
}
.AnyTagClassName
{
color: #47CABE;
}
</style>
background-color css
<style>
a { background-color: #47CABE; }
a { background-color: rgb(71,202,190); }
div.DivClassName
{
background-color: #47CABE;
}
.BgClassName
{
background-color: #47CABE;
}
</style>
border-color css
<style>
span { border-color: #47CABE; }
span { border-color: rgb(71,202,190); }
td.TdClassName
{
border-color: #47CABE;
}
.TagClassName
{
border-color: #47CABE;
}
</style>