Shades of Medium Turquoise #47CFDD
Tints of Medium Turquoise #47CFDD
RGB
CMYK
RGB Variations
Color information
#47CFDD (or 0x47CFDD) is known color: Medium Turquoise. HEX triplet: 47, CF and DD. RGB value is (71,207,221). Sum of RGB (Red+Green+Blue) = 71+207+221=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #47CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFDD is #B83022. Grayscale: #A7A7A7. Windows color (decimal): -12070947 or 14536519. OLE color: 14536519.
HSL color Cylindrical-coordinate representation of color #47CFDD: hue angle of 185.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CFDD is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 207 | 221 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.13 |
| HSL | 185.6º | 0.69% | 0.57% | - |
| HSV(B) | 185.6º | 0.68% | 0.87% | - |
| XYZ | 37.96 | 51.19 | 76.29 | - |
| YUV | 167.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 221 | 0.68 | 0.06 | 0 | 0.13 | 185.6 | 0.69 | 0.57 |
| Hex | 47 | CF | DD | 44 | 6 | 0 | D | BA | 45 | 39 |
| Octal | 107 | 317 | 335 | 104 | 6 | 0 | 15 | 272 | 105 | 71 |
| Binary | 1000111 | 11001111 | 11011101 | 1000100 | 110 | 0 | 1101 | 10111010 | 1000101 | 111001 |
Color Harmonies of #47CFDD
Complementary color
Monochromatic Colors of #47CFDD
Black with #47CFDD
Text Example
Text Example
White with #47CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFDD; }
p { color: rgb(71,207,221); }
H1.HeaderClassName
{
color: #47CFDD;
}
.AnyTagClassName
{
color: #47CFDD;
}
</style>
background-color css
<style>
a { background-color: #47CFDD; }
a { background-color: rgb(71,207,221); }
div.DivClassName
{
background-color: #47CFDD;
}
.BgClassName
{
background-color: #47CFDD;
}
</style>
border-color css
<style>
span { border-color: #47CFDD; }
span { border-color: rgb(71,207,221); }
td.TdClassName
{
border-color: #47CFDD;
}
.TagClassName
{
border-color: #47CFDD;
}
</style>