Shades of Medium Turquoise #47CCBC
Tints of Medium Turquoise #47CCBC
RGB
CMYK
RGB Variations
Color information
#47CCBC (or 0x47CCBC) is known color: Medium Turquoise. HEX triplet: 47, CC and BC. RGB value is (71,204,188). Sum of RGB (Red+Green+Blue) = 71+204+188=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCBC is #B83343. Grayscale: #A2A2A2. Windows color (decimal): -12071748 or 12373063. OLE color: 12373063.
HSL color Cylindrical-coordinate representation of color #47CCBC: hue angle of 172.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CCBC is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 188 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.2 |
| HSL | 172.78º | 0.57% | 0.54% | - |
| HSV(B) | 172.78º | 0.65% | 0.8% | - |
| XYZ | 33.27 | 48.16 | 55.12 | - |
| YUV | 162.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 188 | 0.65 | 0 | 0.08 | 0.2 | 172.78 | 0.57 | 0.54 |
| Hex | 47 | CC | BC | 41 | 0 | 8 | 14 | AD | 39 | 36 |
| Octal | 107 | 314 | 274 | 101 | 0 | 10 | 24 | 255 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10111100 | 1000001 | 0 | 1000 | 10100 | 10101101 | 111001 | 110110 |
Color Harmonies of #47CCBC
Complementary color
Monochromatic Colors of #47CCBC
Black with #47CCBC
Text Example
Text Example
White with #47CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCBC; }
p { color: rgb(71,204,188); }
H1.HeaderClassName
{
color: #47CCBC;
}
.AnyTagClassName
{
color: #47CCBC;
}
</style>
background-color css
<style>
a { background-color: #47CCBC; }
a { background-color: rgb(71,204,188); }
div.DivClassName
{
background-color: #47CCBC;
}
.BgClassName
{
background-color: #47CCBC;
}
</style>
border-color css
<style>
span { border-color: #47CCBC; }
span { border-color: rgb(71,204,188); }
td.TdClassName
{
border-color: #47CCBC;
}
.TagClassName
{
border-color: #47CCBC;
}
</style>