Shades of Turquoise #47FCDD
Tints of Turquoise #47FCDD
RGB
CMYK
RGB Variations
Color information
#47FCDD (or 0x47FCDD) is known color: Turquoise. HEX triplet: 47, FC and DD. RGB value is (71,252,221). Sum of RGB (Red+Green+Blue) = 71+252+221=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCDD is #B80322. Grayscale: #C2C2C2. Windows color (decimal): -12059427 or 14548039. OLE color: 14548039.
HSL color Cylindrical-coordinate representation of color #47FCDD: hue angle of 169.72º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FCDD is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 252 | 221 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.01 |
| HSL | 169.72º | 0.97% | 0.63% | - |
| HSV(B) | 169.72º | 0.72% | 0.99% | - |
| XYZ | 50.46 | 76.18 | 80.45 | - |
| YUV | 194.35 | 143.03 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 221 | 0.72 | 0 | 0.12 | 0.01 | 169.72 | 0.97 | 0.63 |
| Hex | 47 | FC | DD | 48 | 0 | C | 1 | AA | 61 | 3F |
| Octal | 107 | 374 | 335 | 110 | 0 | 14 | 1 | 252 | 141 | 77 |
| Binary | 1000111 | 11111100 | 11011101 | 1001000 | 0 | 1100 | 1 | 10101010 | 1100001 | 111111 |
Color Harmonies of #47FCDD
Complementary color
Monochromatic Colors of #47FCDD
Black with #47FCDD
Text Example
Text Example
White with #47FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FCDD; }
p { color: rgb(71,252,221); }
H1.HeaderClassName
{
color: #47FCDD;
}
.AnyTagClassName
{
color: #47FCDD;
}
</style>
background-color css
<style>
a { background-color: #47FCDD; }
a { background-color: rgb(71,252,221); }
div.DivClassName
{
background-color: #47FCDD;
}
.BgClassName
{
background-color: #47FCDD;
}
</style>
border-color css
<style>
span { border-color: #47FCDD; }
span { border-color: rgb(71,252,221); }
td.TdClassName
{
border-color: #47FCDD;
}
.TagClassName
{
border-color: #47FCDD;
}
</style>