Shades of Turquoise #47DECB
Tints of Turquoise #47DECB
RGB
CMYK
RGB Variations
Color information
#47DECB (or 0x47DECB) is known color: Turquoise. HEX triplet: 47, DE and CB. RGB value is (71,222,203). Sum of RGB (Red+Green+Blue) = 71+222+203=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #47DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DECB is #B82134. Grayscale: #AEAEAE. Windows color (decimal): -12067125 or 13360711. OLE color: 13360711.
HSL color Cylindrical-coordinate representation of color #47DECB: hue angle of 172.45º 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 #47DECB is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 203 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.13 |
| HSL | 172.45º | 0.7% | 0.57% | - |
| HSV(B) | 172.45º | 0.68% | 0.87% | - |
| XYZ | 39.5 | 57.89 | 65.59 | - |
| YUV | 174.69 | 143.97 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 203 | 0.68 | 0 | 0.09 | 0.13 | 172.45 | 0.7 | 0.57 |
| Hex | 47 | DE | CB | 44 | 0 | 9 | D | AC | 46 | 39 |
| Octal | 107 | 336 | 313 | 104 | 0 | 11 | 15 | 254 | 106 | 71 |
| Binary | 1000111 | 11011110 | 11001011 | 1000100 | 0 | 1001 | 1101 | 10101100 | 1000110 | 111001 |
Color Harmonies of #47DECB
Complementary color
Monochromatic Colors of #47DECB
Black with #47DECB
Text Example
Text Example
White with #47DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DECB; }
p { color: rgb(71,222,203); }
H1.HeaderClassName
{
color: #47DECB;
}
.AnyTagClassName
{
color: #47DECB;
}
</style>
background-color css
<style>
a { background-color: #47DECB; }
a { background-color: rgb(71,222,203); }
div.DivClassName
{
background-color: #47DECB;
}
.BgClassName
{
background-color: #47DECB;
}
</style>
border-color css
<style>
span { border-color: #47DECB; }
span { border-color: rgb(71,222,203); }
td.TdClassName
{
border-color: #47DECB;
}
.TagClassName
{
border-color: #47DECB;
}
</style>