Shades of Medium Turquoise #47C5CB
Tints of Medium Turquoise #47C5CB
RGB
CMYK
RGB Variations
Color information
#47C5CB (or 0x47C5CB) is known color: Medium Turquoise. HEX triplet: 47, C5 and CB. RGB value is (71,197,203). Sum of RGB (Red+Green+Blue) = 71+197+203=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #47C5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5CB is #B83A34. Grayscale: #9F9F9F. Windows color (decimal): -12073525 or 13354311. OLE color: 13354311.
HSL color Cylindrical-coordinate representation of color #47C5CB: hue angle of 182.73º 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 #47C5CB is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 197 | 203 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.20 |
| HSL | 182.73º | 0.56% | 0.54% | - |
| HSV(B) | 182.73º | 0.65% | 0.8% | - |
| XYZ | 33.34 | 45.58 | 63.54 | - |
| YUV | 160.01 | 152.26 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 203 | 0.65 | 0.03 | 0 | 0.20 | 182.73 | 0.56 | 0.54 |
| Hex | 47 | C5 | CB | 41 | 3 | 0 | 14 | B7 | 38 | 36 |
| Octal | 107 | 305 | 313 | 101 | 3 | 0 | 24 | 267 | 70 | 66 |
| Binary | 1000111 | 11000101 | 11001011 | 1000001 | 11 | 0 | 10100 | 10110111 | 111000 | 110110 |
Color Harmonies of #47C5CB
Complementary color
Monochromatic Colors of #47C5CB
Black with #47C5CB
Text Example
Text Example
White with #47C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C5CB; }
p { color: rgb(71,197,203); }
H1.HeaderClassName
{
color: #47C5CB;
}
.AnyTagClassName
{
color: #47C5CB;
}
</style>
background-color css
<style>
a { background-color: #47C5CB; }
a { background-color: rgb(71,197,203); }
div.DivClassName
{
background-color: #47C5CB;
}
.BgClassName
{
background-color: #47C5CB;
}
</style>
border-color css
<style>
span { border-color: #47C5CB; }
span { border-color: rgb(71,197,203); }
td.TdClassName
{
border-color: #47C5CB;
}
.TagClassName
{
border-color: #47C5CB;
}
</style>