Shades of Medium Turquoise #47CFD9
Tints of Medium Turquoise #47CFD9
RGB
CMYK
RGB Variations
Color information
#47CFD9 (or 0x47CFD9) is known color: Medium Turquoise. HEX triplet: 47, CF and D9. RGB value is (71,207,217). Sum of RGB (Red+Green+Blue) = 71+207+217=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #47CFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFD9 is #B83026. Grayscale: #A7A7A7. Windows color (decimal): -12070951 or 14274375. OLE color: 14274375.
HSL color Cylindrical-coordinate representation of color #47CFD9: hue angle of 184.11º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47CFD9 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 207 | 217 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.15 |
| HSL | 184.11º | 0.66% | 0.56% | - |
| HSV(B) | 184.11º | 0.67% | 0.85% | - |
| XYZ | 37.44 | 50.98 | 73.51 | - |
| YUV | 167.48 | 155.94 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 217 | 0.67 | 0.05 | 0 | 0.15 | 184.11 | 0.66 | 0.56 |
| Hex | 47 | CF | D9 | 43 | 5 | 0 | F | B8 | 42 | 38 |
| Octal | 107 | 317 | 331 | 103 | 5 | 0 | 17 | 270 | 102 | 70 |
| Binary | 1000111 | 11001111 | 11011001 | 1000011 | 101 | 0 | 1111 | 10111000 | 1000010 | 111000 |
Color Harmonies of #47CFD9
Complementary color
Monochromatic Colors of #47CFD9
Black with #47CFD9
Text Example
Text Example
White with #47CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFD9; }
p { color: rgb(71,207,217); }
H1.HeaderClassName
{
color: #47CFD9;
}
.AnyTagClassName
{
color: #47CFD9;
}
</style>
background-color css
<style>
a { background-color: #47CFD9; }
a { background-color: rgb(71,207,217); }
div.DivClassName
{
background-color: #47CFD9;
}
.BgClassName
{
background-color: #47CFD9;
}
</style>
border-color css
<style>
span { border-color: #47CFD9; }
span { border-color: rgb(71,207,217); }
td.TdClassName
{
border-color: #47CFD9;
}
.TagClassName
{
border-color: #47CFD9;
}
</style>