Shades of Medium Turquoise #47CDB7
Tints of Medium Turquoise #47CDB7
RGB
CMYK
RGB Variations
Color information
#47CDB7 (or 0x47CDB7) is known color: Medium Turquoise. HEX triplet: 47, CD and B7. RGB value is (71,205,183). Sum of RGB (Red+Green+Blue) = 71+205+183=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #47CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDB7 is #B83248. Grayscale: #A2A2A2. Windows color (decimal): -12071497 or 12045639. OLE color: 12045639.
HSL color Cylindrical-coordinate representation of color #47CDB7: hue angle of 170.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CDB7 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 205 | 183 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.20 |
| HSL | 170.15º | 0.57% | 0.54% | - |
| HSV(B) | 170.15º | 0.65% | 0.8% | - |
| XYZ | 32.98 | 48.42 | 52.41 | - |
| YUV | 162.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 183 | 0.65 | 0 | 0.11 | 0.20 | 170.15 | 0.57 | 0.54 |
| Hex | 47 | CD | B7 | 41 | 0 | B | 14 | AA | 39 | 36 |
| Octal | 107 | 315 | 267 | 101 | 0 | 13 | 24 | 252 | 71 | 66 |
| Binary | 1000111 | 11001101 | 10110111 | 1000001 | 0 | 1011 | 10100 | 10101010 | 111001 | 110110 |
Color Harmonies of #47CDB7
Complementary color
Monochromatic Colors of #47CDB7
Black with #47CDB7
Text Example
Text Example
White with #47CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDB7; }
p { color: rgb(71,205,183); }
H1.HeaderClassName
{
color: #47CDB7;
}
.AnyTagClassName
{
color: #47CDB7;
}
</style>
background-color css
<style>
a { background-color: #47CDB7; }
a { background-color: rgb(71,205,183); }
div.DivClassName
{
background-color: #47CDB7;
}
.BgClassName
{
background-color: #47CDB7;
}
</style>
border-color css
<style>
span { border-color: #47CDB7; }
span { border-color: rgb(71,205,183); }
td.TdClassName
{
border-color: #47CDB7;
}
.TagClassName
{
border-color: #47CDB7;
}
</style>