Shades of Medium Turquoise #47CECD
Tints of Medium Turquoise #47CECD
RGB
CMYK
RGB Variations
Color information
#47CECD (or 0x47CECD) is known color: Medium Turquoise. HEX triplet: 47, CE and CD. RGB value is (71,206,205). Sum of RGB (Red+Green+Blue) = 71+206+205=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #47CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CECD is #B83132. Grayscale: #A5A5A5. Windows color (decimal): -12071219 or 13487687. OLE color: 13487687.
HSL color Cylindrical-coordinate representation of color #47CECD: hue angle of 179.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CECD is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 205 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.19 |
| HSL | 179.56º | 0.58% | 0.54% | - |
| HSV(B) | 179.56º | 0.66% | 0.81% | - |
| XYZ | 35.69 | 49.89 | 65.51 | - |
| YUV | 165.52 | 150.27 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 205 | 0.66 | 0 | 0.00 | 0.19 | 179.56 | 0.58 | 0.54 |
| Hex | 47 | CE | CD | 42 | 0 | 0 | 13 | B4 | 3A | 36 |
| Octal | 107 | 316 | 315 | 102 | 0 | 0 | 23 | 264 | 72 | 66 |
| Binary | 1000111 | 11001110 | 11001101 | 1000010 | 0 | 0 | 10011 | 10110100 | 111010 | 110110 |
Color Harmonies of #47CECD
Complementary color
Monochromatic Colors of #47CECD
Black with #47CECD
Text Example
Text Example
White with #47CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CECD; }
p { color: rgb(71,206,205); }
H1.HeaderClassName
{
color: #47CECD;
}
.AnyTagClassName
{
color: #47CECD;
}
</style>
background-color css
<style>
a { background-color: #47CECD; }
a { background-color: rgb(71,206,205); }
div.DivClassName
{
background-color: #47CECD;
}
.BgClassName
{
background-color: #47CECD;
}
</style>
border-color css
<style>
span { border-color: #47CECD; }
span { border-color: rgb(71,206,205); }
td.TdClassName
{
border-color: #47CECD;
}
.TagClassName
{
border-color: #47CECD;
}
</style>