Shades of Turquoise #47F3DB
Tints of Turquoise #47F3DB
RGB
CMYK
RGB Variations
Color information
#47F3DB (or 0x47F3DB) is known color: Turquoise. HEX triplet: 47, F3 and DB. RGB value is (71,243,219). Sum of RGB (Red+Green+Blue) = 71+243+219=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #47F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F3DB is #B80C24. Grayscale: #BCBCBC. Windows color (decimal): -12061733 or 14414663. OLE color: 14414663.
HSL color Cylindrical-coordinate representation of color #47F3DB: hue angle of 171.63º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F3DB is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 243 | 219 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.05 |
| HSL | 171.63º | 0.88% | 0.62% | - |
| HSV(B) | 171.63º | 0.71% | 0.95% | - |
| XYZ | 47.44 | 70.56 | 78.14 | - |
| YUV | 188.84 | 145.02 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 243 | 219 | 0.71 | 0 | 0.10 | 0.05 | 171.63 | 0.88 | 0.62 |
| Hex | 47 | F3 | DB | 47 | 0 | A | 5 | AC | 58 | 3E |
| Octal | 107 | 363 | 333 | 107 | 0 | 12 | 5 | 254 | 130 | 76 |
| Binary | 1000111 | 11110011 | 11011011 | 1000111 | 0 | 1010 | 101 | 10101100 | 1011000 | 111110 |
Color Harmonies of #47F3DB
Complementary color
Monochromatic Colors of #47F3DB
Black with #47F3DB
Text Example
Text Example
White with #47F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F3DB; }
p { color: rgb(71,243,219); }
H1.HeaderClassName
{
color: #47F3DB;
}
.AnyTagClassName
{
color: #47F3DB;
}
</style>
background-color css
<style>
a { background-color: #47F3DB; }
a { background-color: rgb(71,243,219); }
div.DivClassName
{
background-color: #47F3DB;
}
.BgClassName
{
background-color: #47F3DB;
}
</style>
border-color css
<style>
span { border-color: #47F3DB; }
span { border-color: rgb(71,243,219); }
td.TdClassName
{
border-color: #47F3DB;
}
.TagClassName
{
border-color: #47F3DB;
}
</style>