Shades of Medium Turquoise #47CEBC
Tints of Medium Turquoise #47CEBC
RGB
CMYK
RGB Variations
Color information
#47CEBC (or 0x47CEBC) is known color: Medium Turquoise. HEX triplet: 47, CE and BC. RGB value is (71,206,188). Sum of RGB (Red+Green+Blue) = 71+206+188=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEBC is #B83143. Grayscale: #A3A3A3. Windows color (decimal): -12071236 or 12373575. OLE color: 12373575.
HSL color Cylindrical-coordinate representation of color #47CEBC: hue angle of 172º 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 #47CEBC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 188 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.19 |
| HSL | 172º | 0.58% | 0.54% | - |
| HSV(B) | 172º | 0.66% | 0.81% | - |
| XYZ | 33.75 | 49.11 | 55.28 | - |
| YUV | 163.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 188 | 0.66 | 0 | 0.09 | 0.19 | 172 | 0.58 | 0.54 |
| Hex | 47 | CE | BC | 42 | 0 | 9 | 13 | AC | 3A | 36 |
| Octal | 107 | 316 | 274 | 102 | 0 | 11 | 23 | 254 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10111100 | 1000010 | 0 | 1001 | 10011 | 10101100 | 111010 | 110110 |
Color Harmonies of #47CEBC
Complementary color
Monochromatic Colors of #47CEBC
Black with #47CEBC
Text Example
Text Example
White with #47CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEBC; }
p { color: rgb(71,206,188); }
H1.HeaderClassName
{
color: #47CEBC;
}
.AnyTagClassName
{
color: #47CEBC;
}
</style>
background-color css
<style>
a { background-color: #47CEBC; }
a { background-color: rgb(71,206,188); }
div.DivClassName
{
background-color: #47CEBC;
}
.BgClassName
{
background-color: #47CEBC;
}
</style>
border-color css
<style>
span { border-color: #47CEBC; }
span { border-color: rgb(71,206,188); }
td.TdClassName
{
border-color: #47CEBC;
}
.TagClassName
{
border-color: #47CEBC;
}
</style>