Shades of Turquoise #47FFDD
Tints of Turquoise #47FFDD
RGB
CMYK
RGB Variations
Color information
#47FFDD (or 0x47FFDD) is known color: Turquoise. HEX triplet: 47, FF and DD. RGB value is (71,255,221). Sum of RGB (Red+Green+Blue) = 71+255+221=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFDD is #B80022. Grayscale: #C4C4C4. Windows color (decimal): -12058659 or 14548807. OLE color: 14548807.
HSL color Cylindrical-coordinate representation of color #47FFDD: hue angle of 168.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFDD is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 221 | - |
| CMYK | 0.72 | 0 | 0.13 | 0 |
| HSL | 168.91º | 1% | 0.64% | - |
| HSV(B) | 168.91º | 0.72% | 1% | - |
| XYZ | 51.41 | 78.08 | 80.77 | - |
| YUV | 196.11 | 142.04 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 221 | 0.72 | 0 | 0.13 | 0 | 168.91 | 1 | 0.64 |
| Hex | 47 | FF | DD | 48 | 0 | D | 0 | A9 | 64 | 40 |
| Octal | 107 | 377 | 335 | 110 | 0 | 15 | 0 | 251 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11011101 | 1001000 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #47FFDD
Complementary color
Monochromatic Colors of #47FFDD
Black with #47FFDD
Text Example
Text Example
White with #47FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFDD; }
p { color: rgb(71,255,221); }
H1.HeaderClassName
{
color: #47FFDD;
}
.AnyTagClassName
{
color: #47FFDD;
}
</style>
background-color css
<style>
a { background-color: #47FFDD; }
a { background-color: rgb(71,255,221); }
div.DivClassName
{
background-color: #47FFDD;
}
.BgClassName
{
background-color: #47FFDD;
}
</style>
border-color css
<style>
span { border-color: #47FFDD; }
span { border-color: rgb(71,255,221); }
td.TdClassName
{
border-color: #47FFDD;
}
.TagClassName
{
border-color: #47FFDD;
}
</style>