Shades of Medium Turquoise #47CCB9
Tints of Medium Turquoise #47CCB9
RGB
CMYK
RGB Variations
Color information
#47CCB9 (or 0x47CCB9) is known color: Medium Turquoise. HEX triplet: 47, CC and B9. RGB value is (71,204,185). Sum of RGB (Red+Green+Blue) = 71+204+185=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCB9 is #B83346. Grayscale: #A2A2A2. Windows color (decimal): -12071751 or 12176455. OLE color: 12176455.
HSL color Cylindrical-coordinate representation of color #47CCB9: hue angle of 171.43º 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 #47CCB9 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 185 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.2 |
| HSL | 171.43º | 0.57% | 0.54% | - |
| HSV(B) | 171.43º | 0.65% | 0.8% | - |
| XYZ | 32.95 | 48.03 | 53.43 | - |
| YUV | 162.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 185 | 0.65 | 0 | 0.09 | 0.2 | 171.43 | 0.57 | 0.54 |
| Hex | 47 | CC | B9 | 41 | 0 | 9 | 14 | AB | 39 | 36 |
| Octal | 107 | 314 | 271 | 101 | 0 | 11 | 24 | 253 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10111001 | 1000001 | 0 | 1001 | 10100 | 10101011 | 111001 | 110110 |
Color Harmonies of #47CCB9
Complementary color
Monochromatic Colors of #47CCB9
Black with #47CCB9
Text Example
Text Example
White with #47CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCB9; }
p { color: rgb(71,204,185); }
H1.HeaderClassName
{
color: #47CCB9;
}
.AnyTagClassName
{
color: #47CCB9;
}
</style>
background-color css
<style>
a { background-color: #47CCB9; }
a { background-color: rgb(71,204,185); }
div.DivClassName
{
background-color: #47CCB9;
}
.BgClassName
{
background-color: #47CCB9;
}
</style>
border-color css
<style>
span { border-color: #47CCB9; }
span { border-color: rgb(71,204,185); }
td.TdClassName
{
border-color: #47CCB9;
}
.TagClassName
{
border-color: #47CCB9;
}
</style>