Shades of Medium Turquoise #47CFCD
Tints of Medium Turquoise #47CFCD
RGB
CMYK
RGB Variations
Color information
#47CFCD (or 0x47CFCD) is known color: Medium Turquoise. HEX triplet: 47, CF and CD. RGB value is (71,207,205). Sum of RGB (Red+Green+Blue) = 71+207+205=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFCD is #B83032. Grayscale: #A5A5A5. Windows color (decimal): -12070963 or 13487943. OLE color: 13487943.
HSL color Cylindrical-coordinate representation of color #47CFCD: hue angle of 179.12º 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 #47CFCD is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 205 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.19 |
| HSL | 179.12º | 0.59% | 0.55% | - |
| HSV(B) | 179.12º | 0.66% | 0.81% | - |
| XYZ | 35.93 | 50.37 | 65.59 | - |
| YUV | 166.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 205 | 0.66 | 0 | 0.01 | 0.19 | 179.12 | 0.59 | 0.55 |
| Hex | 47 | CF | CD | 42 | 0 | 1 | 13 | B3 | 3B | 37 |
| Octal | 107 | 317 | 315 | 102 | 0 | 1 | 23 | 263 | 73 | 67 |
| Binary | 1000111 | 11001111 | 11001101 | 1000010 | 0 | 1 | 10011 | 10110011 | 111011 | 110111 |
Color Harmonies of #47CFCD
Complementary color
Monochromatic Colors of #47CFCD
Black with #47CFCD
Text Example
Text Example
White with #47CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFCD; }
p { color: rgb(71,207,205); }
H1.HeaderClassName
{
color: #47CFCD;
}
.AnyTagClassName
{
color: #47CFCD;
}
</style>
background-color css
<style>
a { background-color: #47CFCD; }
a { background-color: rgb(71,207,205); }
div.DivClassName
{
background-color: #47CFCD;
}
.BgClassName
{
background-color: #47CFCD;
}
</style>
border-color css
<style>
span { border-color: #47CFCD; }
span { border-color: rgb(71,207,205); }
td.TdClassName
{
border-color: #47CFCD;
}
.TagClassName
{
border-color: #47CFCD;
}
</style>