Shades of Medium Turquoise #47CECB
Tints of Medium Turquoise #47CECB
RGB
CMYK
RGB Variations
Color information
#47CECB (or 0x47CECB) is known color: Medium Turquoise. HEX triplet: 47, CE and CB. RGB value is (71,206,203). Sum of RGB (Red+Green+Blue) = 71+206+203=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #47CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CECB is #B83134. Grayscale: #A5A5A5. Windows color (decimal): -12071221 or 13356615. OLE color: 13356615.
HSL color Cylindrical-coordinate representation of color #47CECB: hue angle of 178.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 #47CECB is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 203 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.19 |
| HSL | 178.67º | 0.58% | 0.54% | - |
| HSV(B) | 178.67º | 0.66% | 0.81% | - |
| XYZ | 35.45 | 49.79 | 64.24 | - |
| YUV | 165.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 203 | 0.66 | 0 | 0.01 | 0.19 | 178.67 | 0.58 | 0.54 |
| Hex | 47 | CE | CB | 42 | 0 | 1 | 13 | B3 | 3A | 36 |
| Octal | 107 | 316 | 313 | 102 | 0 | 1 | 23 | 263 | 72 | 66 |
| Binary | 1000111 | 11001110 | 11001011 | 1000010 | 0 | 1 | 10011 | 10110011 | 111010 | 110110 |
Color Harmonies of #47CECB
Complementary color
Monochromatic Colors of #47CECB
Black with #47CECB
Text Example
Text Example
White with #47CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CECB; }
p { color: rgb(71,206,203); }
H1.HeaderClassName
{
color: #47CECB;
}
.AnyTagClassName
{
color: #47CECB;
}
</style>
background-color css
<style>
a { background-color: #47CECB; }
a { background-color: rgb(71,206,203); }
div.DivClassName
{
background-color: #47CECB;
}
.BgClassName
{
background-color: #47CECB;
}
</style>
border-color css
<style>
span { border-color: #47CECB; }
span { border-color: rgb(71,206,203); }
td.TdClassName
{
border-color: #47CECB;
}
.TagClassName
{
border-color: #47CECB;
}
</style>