Shades of Medium Turquoise #47D2BB
Tints of Medium Turquoise #47D2BB
RGB
CMYK
RGB Variations
Color information
#47D2BB (or 0x47D2BB) is known color: Medium Turquoise. HEX triplet: 47, D2 and BB. RGB value is (71,210,187). Sum of RGB (Red+Green+Blue) = 71+210+187=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #47D2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D2BB is #B82D44. Grayscale: #A5A5A5. Windows color (decimal): -12070213 or 12309063. OLE color: 12309063.
HSL color Cylindrical-coordinate representation of color #47D2BB: hue angle of 170.07º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D2BB is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 210 | 187 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.18 |
| HSL | 170.07º | 0.61% | 0.55% | - |
| HSV(B) | 170.07º | 0.66% | 0.82% | - |
| XYZ | 34.61 | 51.02 | 55.04 | - |
| YUV | 165.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 187 | 0.66 | 0 | 0.11 | 0.18 | 170.07 | 0.61 | 0.55 |
| Hex | 47 | D2 | BB | 42 | 0 | B | 12 | AA | 3D | 37 |
| Octal | 107 | 322 | 273 | 102 | 0 | 13 | 22 | 252 | 75 | 67 |
| Binary | 1000111 | 11010010 | 10111011 | 1000010 | 0 | 1011 | 10010 | 10101010 | 111101 | 110111 |
Color Harmonies of #47D2BB
Complementary color
Monochromatic Colors of #47D2BB
Black with #47D2BB
Text Example
Text Example
White with #47D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D2BB; }
p { color: rgb(71,210,187); }
H1.HeaderClassName
{
color: #47D2BB;
}
.AnyTagClassName
{
color: #47D2BB;
}
</style>
background-color css
<style>
a { background-color: #47D2BB; }
a { background-color: rgb(71,210,187); }
div.DivClassName
{
background-color: #47D2BB;
}
.BgClassName
{
background-color: #47D2BB;
}
</style>
border-color css
<style>
span { border-color: #47D2BB; }
span { border-color: rgb(71,210,187); }
td.TdClassName
{
border-color: #47D2BB;
}
.TagClassName
{
border-color: #47D2BB;
}
</style>