Shades of Turquoise #47DEBB
Tints of Turquoise #47DEBB
RGB
CMYK
RGB Variations
Color information
#47DEBB (or 0x47DEBB) is known color: Turquoise. HEX triplet: 47, DE and BB. RGB value is (71,222,187). Sum of RGB (Red+Green+Blue) = 71+222+187=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEBB is #B82144. Grayscale: #ACACAC. Windows color (decimal): -12067141 or 12312135. OLE color: 12312135.
HSL color Cylindrical-coordinate representation of color #47DEBB: hue angle of 166.09º degrees, saturation: 0.7, 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 #47DEBB is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 187 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.13 |
| HSL | 166.09º | 0.7% | 0.57% | - |
| HSV(B) | 166.09º | 0.68% | 0.87% | - |
| XYZ | 37.69 | 57.17 | 56.06 | - |
| YUV | 172.86 | 135.97 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 187 | 0.68 | 0 | 0.16 | 0.13 | 166.09 | 0.7 | 0.57 |
| Hex | 47 | DE | BB | 44 | 0 | 10 | D | A6 | 46 | 39 |
| Octal | 107 | 336 | 273 | 104 | 0 | 20 | 15 | 246 | 106 | 71 |
| Binary | 1000111 | 11011110 | 10111011 | 1000100 | 0 | 10000 | 1101 | 10100110 | 1000110 | 111001 |
Color Harmonies of #47DEBB
Complementary color
Monochromatic Colors of #47DEBB
Black with #47DEBB
Text Example
Text Example
White with #47DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DEBB; }
p { color: rgb(71,222,187); }
H1.HeaderClassName
{
color: #47DEBB;
}
.AnyTagClassName
{
color: #47DEBB;
}
</style>
background-color css
<style>
a { background-color: #47DEBB; }
a { background-color: rgb(71,222,187); }
div.DivClassName
{
background-color: #47DEBB;
}
.BgClassName
{
background-color: #47DEBB;
}
</style>
border-color css
<style>
span { border-color: #47DEBB; }
span { border-color: rgb(71,222,187); }
td.TdClassName
{
border-color: #47DEBB;
}
.TagClassName
{
border-color: #47DEBB;
}
</style>