Shades of Turquoise #47FFCF
Tints of Turquoise #47FFCF
RGB
CMYK
RGB Variations
Color information
#47FFCF (or 0x47FFCF) is known color: Turquoise. HEX triplet: 47, FF and CF. RGB value is (71,255,207). Sum of RGB (Red+Green+Blue) = 71+255+207=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFCF is #B80030. Grayscale: #C2C2C2. Windows color (decimal): -12058673 or 13631303. OLE color: 13631303.
HSL color Cylindrical-coordinate representation of color #47FFCF: hue angle of 164.35º 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 #47FFCF is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 207 | - |
| CMYK | 0.72 | 0 | 0.19 | 0 |
| HSL | 164.35º | 1% | 0.64% | - |
| HSV(B) | 164.35º | 0.72% | 1% | - |
| XYZ | 49.62 | 77.36 | 71.35 | - |
| YUV | 194.51 | 135.04 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 207 | 0.72 | 0 | 0.19 | 0 | 164.35 | 1 | 0.64 |
| Hex | 47 | FF | CF | 48 | 0 | 13 | 0 | A4 | 64 | 40 |
| Octal | 107 | 377 | 317 | 110 | 0 | 23 | 0 | 244 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11001111 | 1001000 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #47FFCF
Complementary color
Monochromatic Colors of #47FFCF
Black with #47FFCF
Text Example
Text Example
White with #47FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFCF; }
p { color: rgb(71,255,207); }
H1.HeaderClassName
{
color: #47FFCF;
}
.AnyTagClassName
{
color: #47FFCF;
}
</style>
background-color css
<style>
a { background-color: #47FFCF; }
a { background-color: rgb(71,255,207); }
div.DivClassName
{
background-color: #47FFCF;
}
.BgClassName
{
background-color: #47FFCF;
}
</style>
border-color css
<style>
span { border-color: #47FFCF; }
span { border-color: rgb(71,255,207); }
td.TdClassName
{
border-color: #47FFCF;
}
.TagClassName
{
border-color: #47FFCF;
}
</style>