Shades of Turquoise #47FCCC
Tints of Turquoise #47FCCC
RGB
CMYK
RGB Variations
Color information
#47FCCC (or 0x47FCCC) is known color: Turquoise. HEX triplet: 47, FC and CC. RGB value is (71,252,204). Sum of RGB (Red+Green+Blue) = 71+252+204=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCCC is #B80333. Grayscale: #C0C0C0. Windows color (decimal): -12059444 or 13433927. OLE color: 13433927.
HSL color Cylindrical-coordinate representation of color #47FCCC: hue angle of 164.09º 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 #47FCCC is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 252 | 204 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.01 |
| HSL | 164.09º | 0.97% | 0.63% | - |
| HSV(B) | 164.09º | 0.72% | 0.99% | - |
| XYZ | 48.31 | 75.32 | 69.12 | - |
| YUV | 192.41 | 134.53 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 204 | 0.72 | 0 | 0.19 | 0.01 | 164.09 | 0.97 | 0.63 |
| Hex | 47 | FC | CC | 48 | 0 | 13 | 1 | A4 | 61 | 3F |
| Octal | 107 | 374 | 314 | 110 | 0 | 23 | 1 | 244 | 141 | 77 |
| Binary | 1000111 | 11111100 | 11001100 | 1001000 | 0 | 10011 | 1 | 10100100 | 1100001 | 111111 |
Color Harmonies of #47FCCC
Complementary color
Monochromatic Colors of #47FCCC
Black with #47FCCC
Text Example
Text Example
White with #47FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FCCC; }
p { color: rgb(71,252,204); }
H1.HeaderClassName
{
color: #47FCCC;
}
.AnyTagClassName
{
color: #47FCCC;
}
</style>
background-color css
<style>
a { background-color: #47FCCC; }
a { background-color: rgb(71,252,204); }
div.DivClassName
{
background-color: #47FCCC;
}
.BgClassName
{
background-color: #47FCCC;
}
</style>
border-color css
<style>
span { border-color: #47FCCC; }
span { border-color: rgb(71,252,204); }
td.TdClassName
{
border-color: #47FCCC;
}
.TagClassName
{
border-color: #47FCCC;
}
</style>