Shades of Medium Turquoise #47CCB4
Tints of Medium Turquoise #47CCB4
RGB
CMYK
RGB Variations
Color information
#47CCB4 (or 0x47CCB4) is known color: Medium Turquoise. HEX triplet: 47, CC and B4. RGB value is (71,204,180). Sum of RGB (Red+Green+Blue) = 71+204+180=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCB4 is #B8334B. Grayscale: #A1A1A1. Windows color (decimal): -12071756 or 11848775. OLE color: 11848775.
HSL color Cylindrical-coordinate representation of color #47CCB4: hue angle of 169.17º 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 #47CCB4 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 180 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.2 |
| HSL | 169.17º | 0.57% | 0.54% | - |
| HSV(B) | 169.17º | 0.65% | 0.8% | - |
| XYZ | 32.43 | 47.82 | 50.7 | - |
| YUV | 161.5 | 138.44 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 180 | 0.65 | 0 | 0.12 | 0.2 | 169.17 | 0.57 | 0.54 |
| Hex | 47 | CC | B4 | 41 | 0 | C | 14 | A9 | 39 | 36 |
| Octal | 107 | 314 | 264 | 101 | 0 | 14 | 24 | 251 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10110100 | 1000001 | 0 | 1100 | 10100 | 10101001 | 111001 | 110110 |
Color Harmonies of #47CCB4
Complementary color
Monochromatic Colors of #47CCB4
Black with #47CCB4
Text Example
Text Example
White with #47CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCB4; }
p { color: rgb(71,204,180); }
H1.HeaderClassName
{
color: #47CCB4;
}
.AnyTagClassName
{
color: #47CCB4;
}
</style>
background-color css
<style>
a { background-color: #47CCB4; }
a { background-color: rgb(71,204,180); }
div.DivClassName
{
background-color: #47CCB4;
}
.BgClassName
{
background-color: #47CCB4;
}
</style>
border-color css
<style>
span { border-color: #47CCB4; }
span { border-color: rgb(71,204,180); }
td.TdClassName
{
border-color: #47CCB4;
}
.TagClassName
{
border-color: #47CCB4;
}
</style>