Shades of Medium Turquoise #47CFBD
Tints of Medium Turquoise #47CFBD
RGB
CMYK
RGB Variations
Color information
#47CFBD (or 0x47CFBD) is known color: Medium Turquoise. HEX triplet: 47, CF and BD. RGB value is (71,207,189). Sum of RGB (Red+Green+Blue) = 71+207+189=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFBD is #B83042. Grayscale: #A4A4A4. Windows color (decimal): -12070979 or 12439367. OLE color: 12439367.
HSL color Cylindrical-coordinate representation of color #47CFBD: hue angle of 172.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFBD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 189 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.19 |
| HSL | 172.06º | 0.59% | 0.55% | - |
| HSV(B) | 172.06º | 0.66% | 0.81% | - |
| XYZ | 34.1 | 49.64 | 55.93 | - |
| YUV | 164.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 189 | 0.66 | 0 | 0.09 | 0.19 | 172.06 | 0.59 | 0.55 |
| Hex | 47 | CF | BD | 42 | 0 | 9 | 13 | AC | 3B | 37 |
| Octal | 107 | 317 | 275 | 102 | 0 | 11 | 23 | 254 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10111101 | 1000010 | 0 | 1001 | 10011 | 10101100 | 111011 | 110111 |
Color Harmonies of #47CFBD
Complementary color
Monochromatic Colors of #47CFBD
Black with #47CFBD
Text Example
Text Example
White with #47CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFBD; }
p { color: rgb(71,207,189); }
H1.HeaderClassName
{
color: #47CFBD;
}
.AnyTagClassName
{
color: #47CFBD;
}
</style>
background-color css
<style>
a { background-color: #47CFBD; }
a { background-color: rgb(71,207,189); }
div.DivClassName
{
background-color: #47CFBD;
}
.BgClassName
{
background-color: #47CFBD;
}
</style>
border-color css
<style>
span { border-color: #47CFBD; }
span { border-color: rgb(71,207,189); }
td.TdClassName
{
border-color: #47CFBD;
}
.TagClassName
{
border-color: #47CFBD;
}
</style>