Shades of Medium Turquoise #47CCB3
Tints of Medium Turquoise #47CCB3
RGB
CMYK
RGB Variations
Color information
#47CCB3 (or 0x47CCB3) is known color: Medium Turquoise. HEX triplet: 47, CC and B3. RGB value is (71,204,179). Sum of RGB (Red+Green+Blue) = 71+204+179=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCB3 is #B8334C. Grayscale: #A1A1A1. Windows color (decimal): -12071757 or 11783239. OLE color: 11783239.
HSL color Cylindrical-coordinate representation of color #47CCB3: hue angle of 168.72º 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 #47CCB3 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 179 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.2 |
| HSL | 168.72º | 0.57% | 0.54% | - |
| HSV(B) | 168.72º | 0.65% | 0.8% | - |
| XYZ | 32.33 | 47.78 | 50.17 | - |
| YUV | 161.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 179 | 0.65 | 0 | 0.12 | 0.2 | 168.72 | 0.57 | 0.54 |
| Hex | 47 | CC | B3 | 41 | 0 | C | 14 | A9 | 39 | 36 |
| Octal | 107 | 314 | 263 | 101 | 0 | 14 | 24 | 251 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10110011 | 1000001 | 0 | 1100 | 10100 | 10101001 | 111001 | 110110 |
Color Harmonies of #47CCB3
Complementary color
Monochromatic Colors of #47CCB3
Black with #47CCB3
Text Example
Text Example
White with #47CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCB3; }
p { color: rgb(71,204,179); }
H1.HeaderClassName
{
color: #47CCB3;
}
.AnyTagClassName
{
color: #47CCB3;
}
</style>
background-color css
<style>
a { background-color: #47CCB3; }
a { background-color: rgb(71,204,179); }
div.DivClassName
{
background-color: #47CCB3;
}
.BgClassName
{
background-color: #47CCB3;
}
</style>
border-color css
<style>
span { border-color: #47CCB3; }
span { border-color: rgb(71,204,179); }
td.TdClassName
{
border-color: #47CCB3;
}
.TagClassName
{
border-color: #47CCB3;
}
</style>