Shades of Turquoise #47FDDB
Tints of Turquoise #47FDDB
RGB
CMYK
RGB Variations
Color information
#47FDDB (or 0x47FDDB) is known color: Turquoise. HEX triplet: 47, FD and DB. RGB value is (71,253,219). Sum of RGB (Red+Green+Blue) = 71+253+219=543 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.08% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDDB is #B80224. Grayscale: #C2C2C2. Windows color (decimal): -12059173 or 14417223. OLE color: 14417223.
HSL color Cylindrical-coordinate representation of color #47FDDB: hue angle of 168.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDDB is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 219 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.01 |
| HSL | 168.79º | 0.98% | 0.64% | - |
| HSV(B) | 168.79º | 0.72% | 0.99% | - |
| XYZ | 50.51 | 76.7 | 79.16 | - |
| YUV | 194.71 | 141.7 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 219 | 0.72 | 0 | 0.13 | 0.01 | 168.79 | 0.98 | 0.64 |
| Hex | 47 | FD | DB | 48 | 0 | D | 1 | A9 | 62 | 40 |
| Octal | 107 | 375 | 333 | 110 | 0 | 15 | 1 | 251 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11011011 | 1001000 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000000 |
Color Harmonies of #47FDDB
Complementary color
Monochromatic Colors of #47FDDB
Black with #47FDDB
Text Example
Text Example
White with #47FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDDB; }
p { color: rgb(71,253,219); }
H1.HeaderClassName
{
color: #47FDDB;
}
.AnyTagClassName
{
color: #47FDDB;
}
</style>
background-color css
<style>
a { background-color: #47FDDB; }
a { background-color: rgb(71,253,219); }
div.DivClassName
{
background-color: #47FDDB;
}
.BgClassName
{
background-color: #47FDDB;
}
</style>
border-color css
<style>
span { border-color: #47FDDB; }
span { border-color: rgb(71,253,219); }
td.TdClassName
{
border-color: #47FDDB;
}
.TagClassName
{
border-color: #47FDDB;
}
</style>