Shades of Medium Turquoise #47CFDF
Tints of Medium Turquoise #47CFDF
RGB
CMYK
RGB Variations
Color information
#47CFDF (or 0x47CFDF) is known color: Medium Turquoise. HEX triplet: 47, CF and DF. RGB value is (71,207,223). Sum of RGB (Red+Green+Blue) = 71+207+223=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #47CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFDF is #B83020. Grayscale: #A7A7A7. Windows color (decimal): -12070945 or 14667591. OLE color: 14667591.
HSL color Cylindrical-coordinate representation of color #47CFDF: hue angle of 186.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CFDF is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 207 | 223 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.13 |
| HSL | 186.32º | 0.7% | 0.58% | - |
| HSV(B) | 186.32º | 0.68% | 0.87% | - |
| XYZ | 38.23 | 51.29 | 77.7 | - |
| YUV | 168.16 | 158.94 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 223 | 0.68 | 0.07 | 0 | 0.13 | 186.32 | 0.7 | 0.58 |
| Hex | 47 | CF | DF | 44 | 7 | 0 | D | BA | 46 | 3A |
| Octal | 107 | 317 | 337 | 104 | 7 | 0 | 15 | 272 | 106 | 72 |
| Binary | 1000111 | 11001111 | 11011111 | 1000100 | 111 | 0 | 1101 | 10111010 | 1000110 | 111010 |
Color Harmonies of #47CFDF
Complementary color
Monochromatic Colors of #47CFDF
Black with #47CFDF
Text Example
Text Example
White with #47CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFDF; }
p { color: rgb(71,207,223); }
H1.HeaderClassName
{
color: #47CFDF;
}
.AnyTagClassName
{
color: #47CFDF;
}
</style>
background-color css
<style>
a { background-color: #47CFDF; }
a { background-color: rgb(71,207,223); }
div.DivClassName
{
background-color: #47CFDF;
}
.BgClassName
{
background-color: #47CFDF;
}
</style>
border-color css
<style>
span { border-color: #47CFDF; }
span { border-color: rgb(71,207,223); }
td.TdClassName
{
border-color: #47CFDF;
}
.TagClassName
{
border-color: #47CFDF;
}
</style>