Shades of Medium Turquoise #47CCD5
Tints of Medium Turquoise #47CCD5
RGB
CMYK
RGB Variations
Color information
#47CCD5 (or 0x47CCD5) is known color: Medium Turquoise. HEX triplet: 47, CC and D5. RGB value is (71,204,213). Sum of RGB (Red+Green+Blue) = 71+204+213=488 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.55% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #47CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCD5 is #B8332A. Grayscale: #A5A5A5. Windows color (decimal): -12071723 or 14011463. OLE color: 14011463.
HSL color Cylindrical-coordinate representation of color #47CCD5: hue angle of 183.8º 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 #47CCD5 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 204 | 213 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.16 |
| HSL | 183.8º | 0.63% | 0.56% | - |
| HSV(B) | 183.8º | 0.67% | 0.84% | - |
| XYZ | 36.2 | 49.33 | 70.56 | - |
| YUV | 165.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 213 | 0.67 | 0.04 | 0 | 0.16 | 183.8 | 0.63 | 0.56 |
| Hex | 47 | CC | D5 | 43 | 4 | 0 | 10 | B8 | 3F | 38 |
| Octal | 107 | 314 | 325 | 103 | 4 | 0 | 20 | 270 | 77 | 70 |
| Binary | 1000111 | 11001100 | 11010101 | 1000011 | 100 | 0 | 10000 | 10111000 | 111111 | 111000 |
Color Harmonies of #47CCD5
Complementary color
Monochromatic Colors of #47CCD5
Black with #47CCD5
Text Example
Text Example
White with #47CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCD5; }
p { color: rgb(71,204,213); }
H1.HeaderClassName
{
color: #47CCD5;
}
.AnyTagClassName
{
color: #47CCD5;
}
</style>
background-color css
<style>
a { background-color: #47CCD5; }
a { background-color: rgb(71,204,213); }
div.DivClassName
{
background-color: #47CCD5;
}
.BgClassName
{
background-color: #47CCD5;
}
</style>
border-color css
<style>
span { border-color: #47CCD5; }
span { border-color: rgb(71,204,213); }
td.TdClassName
{
border-color: #47CCD5;
}
.TagClassName
{
border-color: #47CCD5;
}
</style>