Shades of Turquoise #47E9CF
Tints of Turquoise #47E9CF
RGB
CMYK
RGB Variations
Color information
#47E9CF (or 0x47E9CF) is known color: Turquoise. HEX triplet: 47, E9 and CF. RGB value is (71,233,207). Sum of RGB (Red+Green+Blue) = 71+233+207=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #47E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E9CF is #B81630. Grayscale: #B5B5B5. Windows color (decimal): -12064305 or 13625671. OLE color: 13625671.
HSL color Cylindrical-coordinate representation of color #47E9CF: hue angle of 170.37º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E9CF is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 233 | 207 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.09 |
| HSL | 170.37º | 0.79% | 0.6% | - |
| HSV(B) | 170.37º | 0.7% | 0.91% | - |
| XYZ | 43 | 64.12 | 69.14 | - |
| YUV | 181.6 | 142.33 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 233 | 207 | 0.70 | 0 | 0.11 | 0.09 | 170.37 | 0.79 | 0.6 |
| Hex | 47 | E9 | CF | 46 | 0 | B | 9 | AA | 4F | 3C |
| Octal | 107 | 351 | 317 | 106 | 0 | 13 | 11 | 252 | 117 | 74 |
| Binary | 1000111 | 11101001 | 11001111 | 1000110 | 0 | 1011 | 1001 | 10101010 | 1001111 | 111100 |
Color Harmonies of #47E9CF
Complementary color
Monochromatic Colors of #47E9CF
Black with #47E9CF
Text Example
Text Example
White with #47E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E9CF; }
p { color: rgb(71,233,207); }
H1.HeaderClassName
{
color: #47E9CF;
}
.AnyTagClassName
{
color: #47E9CF;
}
</style>
background-color css
<style>
a { background-color: #47E9CF; }
a { background-color: rgb(71,233,207); }
div.DivClassName
{
background-color: #47E9CF;
}
.BgClassName
{
background-color: #47E9CF;
}
</style>
border-color css
<style>
span { border-color: #47E9CF; }
span { border-color: rgb(71,233,207); }
td.TdClassName
{
border-color: #47E9CF;
}
.TagClassName
{
border-color: #47E9CF;
}
</style>