Shades of Medium Turquoise #47CEC5
Tints of Medium Turquoise #47CEC5
RGB
CMYK
RGB Variations
Color information
#47CEC5 (or 0x47CEC5) is known color: Medium Turquoise. HEX triplet: 47, CE and C5. RGB value is (71,206,197). Sum of RGB (Red+Green+Blue) = 71+206+197=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEC5 is #B8313A. Grayscale: #A4A4A4. Windows color (decimal): -12071227 or 12963399. OLE color: 12963399.
HSL color Cylindrical-coordinate representation of color #47CEC5: hue angle of 176º 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 #47CEC5 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 197 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.19 |
| HSL | 176º | 0.58% | 0.54% | - |
| HSV(B) | 176º | 0.66% | 0.81% | - |
| XYZ | 34.75 | 49.51 | 60.55 | - |
| YUV | 164.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 197 | 0.66 | 0 | 0.04 | 0.19 | 176 | 0.58 | 0.54 |
| Hex | 47 | CE | C5 | 42 | 0 | 4 | 13 | B0 | 3A | 36 |
| Octal | 107 | 316 | 305 | 102 | 0 | 4 | 23 | 260 | 72 | 66 |
| Binary | 1000111 | 11001110 | 11000101 | 1000010 | 0 | 100 | 10011 | 10110000 | 111010 | 110110 |
Color Harmonies of #47CEC5
Complementary color
Monochromatic Colors of #47CEC5
Black with #47CEC5
Text Example
Text Example
White with #47CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEC5; }
p { color: rgb(71,206,197); }
H1.HeaderClassName
{
color: #47CEC5;
}
.AnyTagClassName
{
color: #47CEC5;
}
</style>
background-color css
<style>
a { background-color: #47CEC5; }
a { background-color: rgb(71,206,197); }
div.DivClassName
{
background-color: #47CEC5;
}
.BgClassName
{
background-color: #47CEC5;
}
</style>
border-color css
<style>
span { border-color: #47CEC5; }
span { border-color: rgb(71,206,197); }
td.TdClassName
{
border-color: #47CEC5;
}
.TagClassName
{
border-color: #47CEC5;
}
</style>