Shades of Medium Turquoise #47D6CF
Tints of Medium Turquoise #47D6CF
RGB
CMYK
RGB Variations
Color information
#47D6CF (or 0x47D6CF) is known color: Medium Turquoise. HEX triplet: 47, D6 and CF. RGB value is (71,214,207). Sum of RGB (Red+Green+Blue) = 71+214+207=492 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.43% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #47D6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D6CF is #B82930. Grayscale: #AAAAAA. Windows color (decimal): -12069169 or 13620807. OLE color: 13620807.
HSL color Cylindrical-coordinate representation of color #47D6CF: hue angle of 177.06º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D6CF is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 207 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.16 |
| HSL | 177.06º | 0.64% | 0.56% | - |
| HSV(B) | 177.06º | 0.67% | 0.84% | - |
| XYZ | 37.91 | 53.94 | 67.44 | - |
| YUV | 170.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 207 | 0.67 | 0 | 0.03 | 0.16 | 177.06 | 0.64 | 0.56 |
| Hex | 47 | D6 | CF | 43 | 0 | 3 | 10 | B1 | 40 | 38 |
| Octal | 107 | 326 | 317 | 103 | 0 | 3 | 20 | 261 | 100 | 70 |
| Binary | 1000111 | 11010110 | 11001111 | 1000011 | 0 | 11 | 10000 | 10110001 | 1000000 | 111000 |
Color Harmonies of #47D6CF
Complementary color
Monochromatic Colors of #47D6CF
Black with #47D6CF
Text Example
Text Example
White with #47D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D6CF; }
p { color: rgb(71,214,207); }
H1.HeaderClassName
{
color: #47D6CF;
}
.AnyTagClassName
{
color: #47D6CF;
}
</style>
background-color css
<style>
a { background-color: #47D6CF; }
a { background-color: rgb(71,214,207); }
div.DivClassName
{
background-color: #47D6CF;
}
.BgClassName
{
background-color: #47D6CF;
}
</style>
border-color css
<style>
span { border-color: #47D6CF; }
span { border-color: rgb(71,214,207); }
td.TdClassName
{
border-color: #47D6CF;
}
.TagClassName
{
border-color: #47D6CF;
}
</style>