Shades of Turquoise #47FDDD
Tints of Turquoise #47FDDD
RGB
CMYK
RGB Variations
Color information
#47FDDD (or 0x47FDDD) is known color: Turquoise. HEX triplet: 47, FD and DD. RGB value is (71,253,221). Sum of RGB (Red+Green+Blue) = 71+253+221=545 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.03% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDDD is #B80222. Grayscale: #C2C2C2. Windows color (decimal): -12059171 or 14548295. OLE color: 14548295.
HSL color Cylindrical-coordinate representation of color #47FDDD: hue angle of 169.45º 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 #47FDDD is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 221 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.01 |
| HSL | 169.45º | 0.98% | 0.64% | - |
| HSV(B) | 169.45º | 0.72% | 0.99% | - |
| XYZ | 50.77 | 76.81 | 80.56 | - |
| YUV | 194.93 | 142.7 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 221 | 0.72 | 0 | 0.13 | 0.01 | 169.45 | 0.98 | 0.64 |
| Hex | 47 | FD | DD | 48 | 0 | D | 1 | A9 | 62 | 40 |
| Octal | 107 | 375 | 335 | 110 | 0 | 15 | 1 | 251 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11011101 | 1001000 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000000 |
Color Harmonies of #47FDDD
Complementary color
Monochromatic Colors of #47FDDD
Black with #47FDDD
Text Example
Text Example
White with #47FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDDD; }
p { color: rgb(71,253,221); }
H1.HeaderClassName
{
color: #47FDDD;
}
.AnyTagClassName
{
color: #47FDDD;
}
</style>
background-color css
<style>
a { background-color: #47FDDD; }
a { background-color: rgb(71,253,221); }
div.DivClassName
{
background-color: #47FDDD;
}
.BgClassName
{
background-color: #47FDDD;
}
</style>
border-color css
<style>
span { border-color: #47FDDD; }
span { border-color: rgb(71,253,221); }
td.TdClassName
{
border-color: #47FDDD;
}
.TagClassName
{
border-color: #47FDDD;
}
</style>