Shades of Medium Turquoise #47CCBB
Tints of Medium Turquoise #47CCBB
RGB
CMYK
RGB Variations
Color information
#47CCBB (or 0x47CCBB) is known color: Medium Turquoise. HEX triplet: 47, CC and BB. RGB value is (71,204,187). Sum of RGB (Red+Green+Blue) = 71+204+187=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCBB is #B83344. Grayscale: #A2A2A2. Windows color (decimal): -12071749 or 12307527. OLE color: 12307527.
HSL color Cylindrical-coordinate representation of color #47CCBB: hue angle of 172.33º 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 #47CCBB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 187 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.2 |
| HSL | 172.33º | 0.57% | 0.54% | - |
| HSV(B) | 172.33º | 0.65% | 0.8% | - |
| XYZ | 33.16 | 48.11 | 54.55 | - |
| YUV | 162.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 187 | 0.65 | 0 | 0.08 | 0.2 | 172.33 | 0.57 | 0.54 |
| Hex | 47 | CC | BB | 41 | 0 | 8 | 14 | AC | 39 | 36 |
| Octal | 107 | 314 | 273 | 101 | 0 | 10 | 24 | 254 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10111011 | 1000001 | 0 | 1000 | 10100 | 10101100 | 111001 | 110110 |
Color Harmonies of #47CCBB
Complementary color
Monochromatic Colors of #47CCBB
Black with #47CCBB
Text Example
Text Example
White with #47CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCBB; }
p { color: rgb(71,204,187); }
H1.HeaderClassName
{
color: #47CCBB;
}
.AnyTagClassName
{
color: #47CCBB;
}
</style>
background-color css
<style>
a { background-color: #47CCBB; }
a { background-color: rgb(71,204,187); }
div.DivClassName
{
background-color: #47CCBB;
}
.BgClassName
{
background-color: #47CCBB;
}
</style>
border-color css
<style>
span { border-color: #47CCBB; }
span { border-color: rgb(71,204,187); }
td.TdClassName
{
border-color: #47CCBB;
}
.TagClassName
{
border-color: #47CCBB;
}
</style>