Shades of Medium Turquoise #47C8CE
Tints of Medium Turquoise #47C8CE
RGB
CMYK
RGB Variations
Color information
#47C8CE (or 0x47C8CE) is known color: Medium Turquoise. HEX triplet: 47, C8 and CE. RGB value is (71,200,206). Sum of RGB (Red+Green+Blue) = 71+200+206=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #47C8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C8CE is #B83731. Grayscale: #A1A1A1. Windows color (decimal): -12072754 or 13551687. OLE color: 13551687.
HSL color Cylindrical-coordinate representation of color #47C8CE: hue angle of 182.67º 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 #47C8CE is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 200 | 206 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.19 |
| HSL | 182.67º | 0.58% | 0.54% | - |
| HSV(B) | 182.67º | 0.66% | 0.81% | - |
| XYZ | 34.39 | 47.1 | 65.67 | - |
| YUV | 162.11 | 152.76 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 206 | 0.66 | 0.03 | 0 | 0.19 | 182.67 | 0.58 | 0.54 |
| Hex | 47 | C8 | CE | 42 | 3 | 0 | 13 | B7 | 3A | 36 |
| Octal | 107 | 310 | 316 | 102 | 3 | 0 | 23 | 267 | 72 | 66 |
| Binary | 1000111 | 11001000 | 11001110 | 1000010 | 11 | 0 | 10011 | 10110111 | 111010 | 110110 |
Color Harmonies of #47C8CE
Complementary color
Monochromatic Colors of #47C8CE
Black with #47C8CE
Text Example
Text Example
White with #47C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C8CE; }
p { color: rgb(71,200,206); }
H1.HeaderClassName
{
color: #47C8CE;
}
.AnyTagClassName
{
color: #47C8CE;
}
</style>
background-color css
<style>
a { background-color: #47C8CE; }
a { background-color: rgb(71,200,206); }
div.DivClassName
{
background-color: #47C8CE;
}
.BgClassName
{
background-color: #47C8CE;
}
</style>
border-color css
<style>
span { border-color: #47C8CE; }
span { border-color: rgb(71,200,206); }
td.TdClassName
{
border-color: #47C8CE;
}
.TagClassName
{
border-color: #47C8CE;
}
</style>