Shades of Medium Turquoise #47CBC3
Tints of Medium Turquoise #47CBC3
RGB
CMYK
RGB Variations
Color information
#47CBC3 (or 0x47CBC3) is known color: Medium Turquoise. HEX triplet: 47, CB and C3. RGB value is (71,203,195). Sum of RGB (Red+Green+Blue) = 71+203+195=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBC3 is #B8343C. Grayscale: #A2A2A2. Windows color (decimal): -12071997 or 12831559. OLE color: 12831559.
HSL color Cylindrical-coordinate representation of color #47CBC3: hue angle of 176.36º 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 #47CBC3 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 195 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.20 |
| HSL | 176.36º | 0.56% | 0.54% | - |
| HSV(B) | 176.36º | 0.65% | 0.8% | - |
| XYZ | 33.8 | 47.99 | 59.11 | - |
| YUV | 162.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 195 | 0.65 | 0 | 0.04 | 0.20 | 176.36 | 0.56 | 0.54 |
| Hex | 47 | CB | C3 | 41 | 0 | 4 | 14 | B0 | 38 | 36 |
| Octal | 107 | 313 | 303 | 101 | 0 | 4 | 24 | 260 | 70 | 66 |
| Binary | 1000111 | 11001011 | 11000011 | 1000001 | 0 | 100 | 10100 | 10110000 | 111000 | 110110 |
Color Harmonies of #47CBC3
Complementary color
Monochromatic Colors of #47CBC3
Black with #47CBC3
Text Example
Text Example
White with #47CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBC3; }
p { color: rgb(71,203,195); }
H1.HeaderClassName
{
color: #47CBC3;
}
.AnyTagClassName
{
color: #47CBC3;
}
</style>
background-color css
<style>
a { background-color: #47CBC3; }
a { background-color: rgb(71,203,195); }
div.DivClassName
{
background-color: #47CBC3;
}
.BgClassName
{
background-color: #47CBC3;
}
</style>
border-color css
<style>
span { border-color: #47CBC3; }
span { border-color: rgb(71,203,195); }
td.TdClassName
{
border-color: #47CBC3;
}
.TagClassName
{
border-color: #47CBC3;
}
</style>