Shades of Turquoise #47FCCD
Tints of Turquoise #47FCCD
RGB
CMYK
RGB Variations
Color information
#47FCCD (or 0x47FCCD) is known color: Turquoise. HEX triplet: 47, FC and CD. RGB value is (71,252,205). Sum of RGB (Red+Green+Blue) = 71+252+205=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCCD is #B80332. Grayscale: #C0C0C0. Windows color (decimal): -12059443 or 13499463. OLE color: 13499463.
HSL color Cylindrical-coordinate representation of color #47FCCD: hue angle of 164.42º 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 #47FCCD is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 252 | 205 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.01 |
| HSL | 164.42º | 0.97% | 0.63% | - |
| HSV(B) | 164.42º | 0.72% | 0.99% | - |
| XYZ | 48.43 | 75.37 | 69.75 | - |
| YUV | 192.52 | 135.03 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 205 | 0.72 | 0 | 0.19 | 0.01 | 164.42 | 0.97 | 0.63 |
| Hex | 47 | FC | CD | 48 | 0 | 13 | 1 | A4 | 61 | 3F |
| Octal | 107 | 374 | 315 | 110 | 0 | 23 | 1 | 244 | 141 | 77 |
| Binary | 1000111 | 11111100 | 11001101 | 1001000 | 0 | 10011 | 1 | 10100100 | 1100001 | 111111 |
Color Harmonies of #47FCCD
Complementary color
Monochromatic Colors of #47FCCD
Black with #47FCCD
Text Example
Text Example
White with #47FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FCCD; }
p { color: rgb(71,252,205); }
H1.HeaderClassName
{
color: #47FCCD;
}
.AnyTagClassName
{
color: #47FCCD;
}
</style>
background-color css
<style>
a { background-color: #47FCCD; }
a { background-color: rgb(71,252,205); }
div.DivClassName
{
background-color: #47FCCD;
}
.BgClassName
{
background-color: #47FCCD;
}
</style>
border-color css
<style>
span { border-color: #47FCCD; }
span { border-color: rgb(71,252,205); }
td.TdClassName
{
border-color: #47FCCD;
}
.TagClassName
{
border-color: #47FCCD;
}
</style>