Shades of Medium Turquoise #47CBBC
Tints of Medium Turquoise #47CBBC
RGB
CMYK
RGB Variations
Color information
#47CBBC (or 0x47CBBC) is known color: Medium Turquoise. HEX triplet: 47, CB and BC. RGB value is (71,203,188). Sum of RGB (Red+Green+Blue) = 71+203+188=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBBC is #B83443. Grayscale: #A1A1A1. Windows color (decimal): -12072004 or 12372807. OLE color: 12372807.
HSL color Cylindrical-coordinate representation of color #47CBBC: hue angle of 173.18º degrees, saturation: 0.56, 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 #47CBBC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 188 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.20 |
| HSL | 173.18º | 0.56% | 0.54% | - |
| HSV(B) | 173.18º | 0.65% | 0.8% | - |
| XYZ | 33.03 | 47.68 | 55.04 | - |
| YUV | 161.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 188 | 0.65 | 0 | 0.07 | 0.20 | 173.18 | 0.56 | 0.54 |
| Hex | 47 | CB | BC | 41 | 0 | 7 | 14 | AD | 38 | 36 |
| Octal | 107 | 313 | 274 | 101 | 0 | 7 | 24 | 255 | 70 | 66 |
| Binary | 1000111 | 11001011 | 10111100 | 1000001 | 0 | 111 | 10100 | 10101101 | 111000 | 110110 |
Color Harmonies of #47CBBC
Complementary color
Monochromatic Colors of #47CBBC
Black with #47CBBC
Text Example
Text Example
White with #47CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBBC; }
p { color: rgb(71,203,188); }
H1.HeaderClassName
{
color: #47CBBC;
}
.AnyTagClassName
{
color: #47CBBC;
}
</style>
background-color css
<style>
a { background-color: #47CBBC; }
a { background-color: rgb(71,203,188); }
div.DivClassName
{
background-color: #47CBBC;
}
.BgClassName
{
background-color: #47CBBC;
}
</style>
border-color css
<style>
span { border-color: #47CBBC; }
span { border-color: rgb(71,203,188); }
td.TdClassName
{
border-color: #47CBBC;
}
.TagClassName
{
border-color: #47CBBC;
}
</style>