Shades of Medium Turquoise #47C5CF
Tints of Medium Turquoise #47C5CF
RGB
CMYK
RGB Variations
Color information
#47C5CF (or 0x47C5CF) is known color: Medium Turquoise. HEX triplet: 47, C5 and CF. RGB value is (71,197,207). Sum of RGB (Red+Green+Blue) = 71+197+207=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #47C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5CF is #B83A30. Grayscale: #A0A0A0. Windows color (decimal): -12073521 or 13616455. OLE color: 13616455.
HSL color Cylindrical-coordinate representation of color #47C5CF: hue angle of 184.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47C5CF is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 197 | 207 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.19 |
| HSL | 184.41º | 0.59% | 0.55% | - |
| HSV(B) | 184.41º | 0.66% | 0.81% | - |
| XYZ | 33.83 | 45.78 | 66.08 | - |
| YUV | 160.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 207 | 0.66 | 0.05 | 0 | 0.19 | 184.41 | 0.59 | 0.55 |
| Hex | 47 | C5 | CF | 42 | 5 | 0 | 13 | B8 | 3B | 37 |
| Octal | 107 | 305 | 317 | 102 | 5 | 0 | 23 | 270 | 73 | 67 |
| Binary | 1000111 | 11000101 | 11001111 | 1000010 | 101 | 0 | 10011 | 10111000 | 111011 | 110111 |
Color Harmonies of #47C5CF
Complementary color
Monochromatic Colors of #47C5CF
Black with #47C5CF
Text Example
Text Example
White with #47C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C5CF; }
p { color: rgb(71,197,207); }
H1.HeaderClassName
{
color: #47C5CF;
}
.AnyTagClassName
{
color: #47C5CF;
}
</style>
background-color css
<style>
a { background-color: #47C5CF; }
a { background-color: rgb(71,197,207); }
div.DivClassName
{
background-color: #47C5CF;
}
.BgClassName
{
background-color: #47C5CF;
}
</style>
border-color css
<style>
span { border-color: #47C5CF; }
span { border-color: rgb(71,197,207); }
td.TdClassName
{
border-color: #47C5CF;
}
.TagClassName
{
border-color: #47C5CF;
}
</style>