Shades of Medium Turquoise #47CBC7
Tints of Medium Turquoise #47CBC7
RGB
CMYK
RGB Variations
Color information
#47CBC7 (or 0x47CBC7) is known color: Medium Turquoise. HEX triplet: 47, CB and C7. RGB value is (71,203,199). Sum of RGB (Red+Green+Blue) = 71+203+199=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBC7 is #B83438. Grayscale: #A2A2A2. Windows color (decimal): -12071993 or 13093703. OLE color: 13093703.
HSL color Cylindrical-coordinate representation of color #47CBC7: hue angle of 178.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CBC7 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 199 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.20 |
| HSL | 178.18º | 0.56% | 0.54% | - |
| HSV(B) | 178.18º | 0.65% | 0.8% | - |
| XYZ | 34.26 | 48.17 | 61.53 | - |
| YUV | 163.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 199 | 0.65 | 0 | 0.02 | 0.20 | 178.18 | 0.56 | 0.54 |
| Hex | 47 | CB | C7 | 41 | 0 | 2 | 14 | B2 | 38 | 36 |
| Octal | 107 | 313 | 307 | 101 | 0 | 2 | 24 | 262 | 70 | 66 |
| Binary | 1000111 | 11001011 | 11000111 | 1000001 | 0 | 10 | 10100 | 10110010 | 111000 | 110110 |
Color Harmonies of #47CBC7
Complementary color
Monochromatic Colors of #47CBC7
Black with #47CBC7
Text Example
Text Example
White with #47CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBC7; }
p { color: rgb(71,203,199); }
H1.HeaderClassName
{
color: #47CBC7;
}
.AnyTagClassName
{
color: #47CBC7;
}
</style>
background-color css
<style>
a { background-color: #47CBC7; }
a { background-color: rgb(71,203,199); }
div.DivClassName
{
background-color: #47CBC7;
}
.BgClassName
{
background-color: #47CBC7;
}
</style>
border-color css
<style>
span { border-color: #47CBC7; }
span { border-color: rgb(71,203,199); }
td.TdClassName
{
border-color: #47CBC7;
}
.TagClassName
{
border-color: #47CBC7;
}
</style>