Shades of Medium Turquoise #47C3CA
Tints of Medium Turquoise #47C3CA
RGB
CMYK
RGB Variations
Color information
#47C3CA (or 0x47C3CA) is known color: Medium Turquoise. HEX triplet: 47, C3 and CA. RGB value is (71,195,202). Sum of RGB (Red+Green+Blue) = 71+195+202=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #47C3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C3CA is #B83C35. Grayscale: #9E9E9E. Windows color (decimal): -12074038 or 13288263. OLE color: 13288263.
HSL color Cylindrical-coordinate representation of color #47C3CA: hue angle of 183.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C3CA is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 195 | 202 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.21 |
| HSL | 183.21º | 0.55% | 0.54% | - |
| HSV(B) | 183.21º | 0.65% | 0.79% | - |
| XYZ | 32.77 | 44.63 | 62.76 | - |
| YUV | 158.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 202 | 0.65 | 0.03 | 0 | 0.21 | 183.21 | 0.55 | 0.54 |
| Hex | 47 | C3 | CA | 41 | 3 | 0 | 15 | B7 | 37 | 36 |
| Octal | 107 | 303 | 312 | 101 | 3 | 0 | 25 | 267 | 67 | 66 |
| Binary | 1000111 | 11000011 | 11001010 | 1000001 | 11 | 0 | 10101 | 10110111 | 110111 | 110110 |
Color Harmonies of #47C3CA
Complementary color
Monochromatic Colors of #47C3CA
Black with #47C3CA
Text Example
Text Example
White with #47C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C3CA; }
p { color: rgb(71,195,202); }
H1.HeaderClassName
{
color: #47C3CA;
}
.AnyTagClassName
{
color: #47C3CA;
}
</style>
background-color css
<style>
a { background-color: #47C3CA; }
a { background-color: rgb(71,195,202); }
div.DivClassName
{
background-color: #47C3CA;
}
.BgClassName
{
background-color: #47C3CA;
}
</style>
border-color css
<style>
span { border-color: #47C3CA; }
span { border-color: rgb(71,195,202); }
td.TdClassName
{
border-color: #47C3CA;
}
.TagClassName
{
border-color: #47C3CA;
}
</style>