Shades of Medium Turquoise #47CEB7
Tints of Medium Turquoise #47CEB7
RGB
CMYK
RGB Variations
Color information
#47CEB7 (or 0x47CEB7) is known color: Medium Turquoise. HEX triplet: 47, CE and B7. RGB value is (71,206,183). Sum of RGB (Red+Green+Blue) = 71+206+183=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEB7 is #B83148. Grayscale: #A2A2A2. Windows color (decimal): -12071241 or 12045895. OLE color: 12045895.
HSL color Cylindrical-coordinate representation of color #47CEB7: hue angle of 169.78º 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 #47CEB7 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 183 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.19 |
| HSL | 169.78º | 0.58% | 0.54% | - |
| HSV(B) | 169.78º | 0.66% | 0.81% | - |
| XYZ | 33.22 | 48.9 | 52.49 | - |
| YUV | 163.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 183 | 0.66 | 0 | 0.11 | 0.19 | 169.78 | 0.58 | 0.54 |
| Hex | 47 | CE | B7 | 42 | 0 | B | 13 | AA | 3A | 36 |
| Octal | 107 | 316 | 267 | 102 | 0 | 13 | 23 | 252 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10110111 | 1000010 | 0 | 1011 | 10011 | 10101010 | 111010 | 110110 |
Color Harmonies of #47CEB7
Complementary color
Monochromatic Colors of #47CEB7
Black with #47CEB7
Text Example
Text Example
White with #47CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEB7; }
p { color: rgb(71,206,183); }
H1.HeaderClassName
{
color: #47CEB7;
}
.AnyTagClassName
{
color: #47CEB7;
}
</style>
background-color css
<style>
a { background-color: #47CEB7; }
a { background-color: rgb(71,206,183); }
div.DivClassName
{
background-color: #47CEB7;
}
.BgClassName
{
background-color: #47CEB7;
}
</style>
border-color css
<style>
span { border-color: #47CEB7; }
span { border-color: rgb(71,206,183); }
td.TdClassName
{
border-color: #47CEB7;
}
.TagClassName
{
border-color: #47CEB7;
}
</style>