Shades of Medium Turquoise #47D5D3
Tints of Medium Turquoise #47D5D3
RGB
CMYK
RGB Variations
Color information
#47D5D3 (or 0x47D5D3) is known color: Medium Turquoise. HEX triplet: 47, D5 and D3. RGB value is (71,213,211). Sum of RGB (Red+Green+Blue) = 71+213+211=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #47D5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D5D3 is #B82A2C. Grayscale: #AAAAAA. Windows color (decimal): -12069421 or 13882695. OLE color: 13882695.
HSL color Cylindrical-coordinate representation of color #47D5D3: hue angle of 179.15º 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 #47D5D3 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 211 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.16 |
| HSL | 179.15º | 0.63% | 0.56% | - |
| HSV(B) | 179.15º | 0.67% | 0.84% | - |
| XYZ | 38.15 | 53.63 | 69.97 | - |
| YUV | 170.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 211 | 0.67 | 0 | 0.01 | 0.16 | 179.15 | 0.63 | 0.56 |
| Hex | 47 | D5 | D3 | 43 | 0 | 1 | 10 | B3 | 3F | 38 |
| Octal | 107 | 325 | 323 | 103 | 0 | 1 | 20 | 263 | 77 | 70 |
| Binary | 1000111 | 11010101 | 11010011 | 1000011 | 0 | 1 | 10000 | 10110011 | 111111 | 111000 |
Color Harmonies of #47D5D3
Complementary color
Monochromatic Colors of #47D5D3
Black with #47D5D3
Text Example
Text Example
White with #47D5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D5D3; }
p { color: rgb(71,213,211); }
H1.HeaderClassName
{
color: #47D5D3;
}
.AnyTagClassName
{
color: #47D5D3;
}
</style>
background-color css
<style>
a { background-color: #47D5D3; }
a { background-color: rgb(71,213,211); }
div.DivClassName
{
background-color: #47D5D3;
}
.BgClassName
{
background-color: #47D5D3;
}
</style>
border-color css
<style>
span { border-color: #47D5D3; }
span { border-color: rgb(71,213,211); }
td.TdClassName
{
border-color: #47D5D3;
}
.TagClassName
{
border-color: #47D5D3;
}
</style>