Shades of Medium Turquoise #47D5CC
Tints of Medium Turquoise #47D5CC
RGB
CMYK
RGB Variations
Color information
#47D5CC (or 0x47D5CC) is known color: Medium Turquoise. HEX triplet: 47, D5 and CC. RGB value is (71,213,204). Sum of RGB (Red+Green+Blue) = 71+213+204=488 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.55% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #47D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D5CC is #B82A33. Grayscale: #A9A9A9. Windows color (decimal): -12069428 or 13423943. OLE color: 13423943.
HSL color Cylindrical-coordinate representation of color #47D5CC: hue angle of 176.2º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D5CC is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 204 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.16 |
| HSL | 176.2º | 0.63% | 0.56% | - |
| HSV(B) | 176.2º | 0.67% | 0.84% | - |
| XYZ | 37.29 | 53.29 | 65.45 | - |
| YUV | 169.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 204 | 0.67 | 0 | 0.04 | 0.16 | 176.2 | 0.63 | 0.56 |
| Hex | 47 | D5 | CC | 43 | 0 | 4 | 10 | B0 | 3F | 38 |
| Octal | 107 | 325 | 314 | 103 | 0 | 4 | 20 | 260 | 77 | 70 |
| Binary | 1000111 | 11010101 | 11001100 | 1000011 | 0 | 100 | 10000 | 10110000 | 111111 | 111000 |
Color Harmonies of #47D5CC
Complementary color
Monochromatic Colors of #47D5CC
Black with #47D5CC
Text Example
Text Example
White with #47D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D5CC; }
p { color: rgb(71,213,204); }
H1.HeaderClassName
{
color: #47D5CC;
}
.AnyTagClassName
{
color: #47D5CC;
}
</style>
background-color css
<style>
a { background-color: #47D5CC; }
a { background-color: rgb(71,213,204); }
div.DivClassName
{
background-color: #47D5CC;
}
.BgClassName
{
background-color: #47D5CC;
}
</style>
border-color css
<style>
span { border-color: #47D5CC; }
span { border-color: rgb(71,213,204); }
td.TdClassName
{
border-color: #47D5CC;
}
.TagClassName
{
border-color: #47D5CC;
}
</style>