Shades of Medium Turquoise #47D9CF
Tints of Medium Turquoise #47D9CF
RGB
CMYK
RGB Variations
Color information
#47D9CF (or 0x47D9CF) is known color: Medium Turquoise. HEX triplet: 47, D9 and CF. RGB value is (71,217,207). Sum of RGB (Red+Green+Blue) = 71+217+207=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #47D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D9CF is #B82630. Grayscale: #ACACAC. Windows color (decimal): -12068401 or 13621575. OLE color: 13621575.
HSL color Cylindrical-coordinate representation of color #47D9CF: hue angle of 175.89º 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 #47D9CF is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 207 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.15 |
| HSL | 175.89º | 0.66% | 0.56% | - |
| HSV(B) | 175.89º | 0.67% | 0.85% | - |
| XYZ | 38.67 | 55.47 | 67.7 | - |
| YUV | 172.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 207 | 0.67 | 0 | 0.05 | 0.15 | 175.89 | 0.66 | 0.56 |
| Hex | 47 | D9 | CF | 43 | 0 | 5 | F | B0 | 42 | 38 |
| Octal | 107 | 331 | 317 | 103 | 0 | 5 | 17 | 260 | 102 | 70 |
| Binary | 1000111 | 11011001 | 11001111 | 1000011 | 0 | 101 | 1111 | 10110000 | 1000010 | 111000 |
Color Harmonies of #47D9CF
Complementary color
Monochromatic Colors of #47D9CF
Black with #47D9CF
Text Example
Text Example
White with #47D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D9CF; }
p { color: rgb(71,217,207); }
H1.HeaderClassName
{
color: #47D9CF;
}
.AnyTagClassName
{
color: #47D9CF;
}
</style>
background-color css
<style>
a { background-color: #47D9CF; }
a { background-color: rgb(71,217,207); }
div.DivClassName
{
background-color: #47D9CF;
}
.BgClassName
{
background-color: #47D9CF;
}
</style>
border-color css
<style>
span { border-color: #47D9CF; }
span { border-color: rgb(71,217,207); }
td.TdClassName
{
border-color: #47D9CF;
}
.TagClassName
{
border-color: #47D9CF;
}
</style>