Shades of Medium Turquoise #47CEC7
Tints of Medium Turquoise #47CEC7
RGB
CMYK
RGB Variations
Color information
#47CEC7 (or 0x47CEC7) is known color: Medium Turquoise. HEX triplet: 47, CE and C7. RGB value is (71,206,199). Sum of RGB (Red+Green+Blue) = 71+206+199=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEC7 is #B83138. Grayscale: #A4A4A4. Windows color (decimal): -12071225 or 13094471. OLE color: 13094471.
HSL color Cylindrical-coordinate representation of color #47CEC7: hue angle of 176.89º 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 #47CEC7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 199 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.19 |
| HSL | 176.89º | 0.58% | 0.54% | - |
| HSV(B) | 176.89º | 0.66% | 0.81% | - |
| XYZ | 34.98 | 49.61 | 61.76 | - |
| YUV | 164.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 199 | 0.66 | 0 | 0.03 | 0.19 | 176.89 | 0.58 | 0.54 |
| Hex | 47 | CE | C7 | 42 | 0 | 3 | 13 | B1 | 3A | 36 |
| Octal | 107 | 316 | 307 | 102 | 0 | 3 | 23 | 261 | 72 | 66 |
| Binary | 1000111 | 11001110 | 11000111 | 1000010 | 0 | 11 | 10011 | 10110001 | 111010 | 110110 |
Color Harmonies of #47CEC7
Complementary color
Monochromatic Colors of #47CEC7
Black with #47CEC7
Text Example
Text Example
White with #47CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEC7; }
p { color: rgb(71,206,199); }
H1.HeaderClassName
{
color: #47CEC7;
}
.AnyTagClassName
{
color: #47CEC7;
}
</style>
background-color css
<style>
a { background-color: #47CEC7; }
a { background-color: rgb(71,206,199); }
div.DivClassName
{
background-color: #47CEC7;
}
.BgClassName
{
background-color: #47CEC7;
}
</style>
border-color css
<style>
span { border-color: #47CEC7; }
span { border-color: rgb(71,206,199); }
td.TdClassName
{
border-color: #47CEC7;
}
.TagClassName
{
border-color: #47CEC7;
}
</style>