Shades of Medium Turquoise #47CFCB
Tints of Medium Turquoise #47CFCB
RGB
CMYK
RGB Variations
Color information
#47CFCB (or 0x47CFCB) is known color: Medium Turquoise. HEX triplet: 47, CF and CB. RGB value is (71,207,203). Sum of RGB (Red+Green+Blue) = 71+207+203=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFCB is #B83034. Grayscale: #A5A5A5. Windows color (decimal): -12070965 or 13356871. OLE color: 13356871.
HSL color Cylindrical-coordinate representation of color #47CFCB: hue angle of 178.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFCB is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 203 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.19 |
| HSL | 178.24º | 0.59% | 0.55% | - |
| HSV(B) | 178.24º | 0.66% | 0.81% | - |
| XYZ | 35.69 | 50.28 | 64.32 | - |
| YUV | 165.88 | 148.94 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 203 | 0.66 | 0 | 0.02 | 0.19 | 178.24 | 0.59 | 0.55 |
| Hex | 47 | CF | CB | 42 | 0 | 2 | 13 | B2 | 3B | 37 |
| Octal | 107 | 317 | 313 | 102 | 0 | 2 | 23 | 262 | 73 | 67 |
| Binary | 1000111 | 11001111 | 11001011 | 1000010 | 0 | 10 | 10011 | 10110010 | 111011 | 110111 |
Color Harmonies of #47CFCB
Complementary color
Monochromatic Colors of #47CFCB
Black with #47CFCB
Text Example
Text Example
White with #47CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFCB; }
p { color: rgb(71,207,203); }
H1.HeaderClassName
{
color: #47CFCB;
}
.AnyTagClassName
{
color: #47CFCB;
}
</style>
background-color css
<style>
a { background-color: #47CFCB; }
a { background-color: rgb(71,207,203); }
div.DivClassName
{
background-color: #47CFCB;
}
.BgClassName
{
background-color: #47CFCB;
}
</style>
border-color css
<style>
span { border-color: #47CFCB; }
span { border-color: rgb(71,207,203); }
td.TdClassName
{
border-color: #47CFCB;
}
.TagClassName
{
border-color: #47CFCB;
}
</style>