Shades of Turquoise #47EFC7
Tints of Turquoise #47EFC7
RGB
CMYK
RGB Variations
Color information
#47EFC7 (or 0x47EFC7) is known color: Turquoise. HEX triplet: 47, EF and C7. RGB value is (71,239,199). Sum of RGB (Red+Green+Blue) = 71+239+199=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFC7 is #B81038. Grayscale: #B8B8B8. Windows color (decimal): -12062777 or 13102919. OLE color: 13102919.
HSL color Cylindrical-coordinate representation of color #47EFC7: hue angle of 165.71º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EFC7 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 239 | 199 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.06 |
| HSL | 165.71º | 0.84% | 0.61% | - |
| HSV(B) | 165.71º | 0.7% | 0.94% | - |
| XYZ | 43.77 | 67.2 | 64.7 | - |
| YUV | 184.21 | 136.34 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 199 | 0.70 | 0 | 0.17 | 0.06 | 165.71 | 0.84 | 0.61 |
| Hex | 47 | EF | C7 | 46 | 0 | 11 | 6 | A6 | 54 | 3D |
| Octal | 107 | 357 | 307 | 106 | 0 | 21 | 6 | 246 | 124 | 75 |
| Binary | 1000111 | 11101111 | 11000111 | 1000110 | 0 | 10001 | 110 | 10100110 | 1010100 | 111101 |
Color Harmonies of #47EFC7
Complementary color
Monochromatic Colors of #47EFC7
Black with #47EFC7
Text Example
Text Example
White with #47EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFC7; }
p { color: rgb(71,239,199); }
H1.HeaderClassName
{
color: #47EFC7;
}
.AnyTagClassName
{
color: #47EFC7;
}
</style>
background-color css
<style>
a { background-color: #47EFC7; }
a { background-color: rgb(71,239,199); }
div.DivClassName
{
background-color: #47EFC7;
}
.BgClassName
{
background-color: #47EFC7;
}
</style>
border-color css
<style>
span { border-color: #47EFC7; }
span { border-color: rgb(71,239,199); }
td.TdClassName
{
border-color: #47EFC7;
}
.TagClassName
{
border-color: #47EFC7;
}
</style>