Shades of Medium Turquoise #47CCC9
Tints of Medium Turquoise #47CCC9
RGB
CMYK
RGB Variations
Color information
#47CCC9 (or 0x47CCC9) is known color: Medium Turquoise. HEX triplet: 47, CC and C9. RGB value is (71,204,201). Sum of RGB (Red+Green+Blue) = 71+204+201=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCC9 is #B83336. Grayscale: #A3A3A3. Windows color (decimal): -12071735 or 13225031. OLE color: 13225031.
HSL color Cylindrical-coordinate representation of color #47CCC9: hue angle of 178.65º 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 #47CCC9 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 201 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.2 |
| HSL | 178.65º | 0.57% | 0.54% | - |
| HSV(B) | 178.65º | 0.65% | 0.8% | - |
| XYZ | 34.73 | 48.74 | 62.84 | - |
| YUV | 163.89 | 148.94 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 201 | 0.65 | 0 | 0.01 | 0.2 | 178.65 | 0.57 | 0.54 |
| Hex | 47 | CC | C9 | 41 | 0 | 1 | 14 | B3 | 39 | 36 |
| Octal | 107 | 314 | 311 | 101 | 0 | 1 | 24 | 263 | 71 | 66 |
| Binary | 1000111 | 11001100 | 11001001 | 1000001 | 0 | 1 | 10100 | 10110011 | 111001 | 110110 |
Color Harmonies of #47CCC9
Complementary color
Monochromatic Colors of #47CCC9
Black with #47CCC9
Text Example
Text Example
White with #47CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCC9; }
p { color: rgb(71,204,201); }
H1.HeaderClassName
{
color: #47CCC9;
}
.AnyTagClassName
{
color: #47CCC9;
}
</style>
background-color css
<style>
a { background-color: #47CCC9; }
a { background-color: rgb(71,204,201); }
div.DivClassName
{
background-color: #47CCC9;
}
.BgClassName
{
background-color: #47CCC9;
}
</style>
border-color css
<style>
span { border-color: #47CCC9; }
span { border-color: rgb(71,204,201); }
td.TdClassName
{
border-color: #47CCC9;
}
.TagClassName
{
border-color: #47CCC9;
}
</style>