Shades of Medium Turquoise #47D3BD
Tints of Medium Turquoise #47D3BD
RGB
CMYK
RGB Variations
Color information
#47D3BD (or 0x47D3BD) is known color: Medium Turquoise. HEX triplet: 47, D3 and BD. RGB value is (71,211,189). Sum of RGB (Red+Green+Blue) = 71+211+189=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #47D3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D3BD is #B82C42. Grayscale: #A6A6A6. Windows color (decimal): -12069955 or 12440391. OLE color: 12440391.
HSL color Cylindrical-coordinate representation of color #47D3BD: hue angle of 170.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D3BD is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 211 | 189 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.17 |
| HSL | 170.57º | 0.61% | 0.55% | - |
| HSV(B) | 170.57º | 0.66% | 0.83% | - |
| XYZ | 35.08 | 51.6 | 56.26 | - |
| YUV | 166.63 | 140.62 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 189 | 0.66 | 0 | 0.10 | 0.17 | 170.57 | 0.61 | 0.55 |
| Hex | 47 | D3 | BD | 42 | 0 | A | 11 | AB | 3D | 37 |
| Octal | 107 | 323 | 275 | 102 | 0 | 12 | 21 | 253 | 75 | 67 |
| Binary | 1000111 | 11010011 | 10111101 | 1000010 | 0 | 1010 | 10001 | 10101011 | 111101 | 110111 |
Color Harmonies of #47D3BD
Complementary color
Monochromatic Colors of #47D3BD
Black with #47D3BD
Text Example
Text Example
White with #47D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D3BD; }
p { color: rgb(71,211,189); }
H1.HeaderClassName
{
color: #47D3BD;
}
.AnyTagClassName
{
color: #47D3BD;
}
</style>
background-color css
<style>
a { background-color: #47D3BD; }
a { background-color: rgb(71,211,189); }
div.DivClassName
{
background-color: #47D3BD;
}
.BgClassName
{
background-color: #47D3BD;
}
</style>
border-color css
<style>
span { border-color: #47D3BD; }
span { border-color: rgb(71,211,189); }
td.TdClassName
{
border-color: #47D3BD;
}
.TagClassName
{
border-color: #47D3BD;
}
</style>