Shades of Turquoise #47EACF
Tints of Turquoise #47EACF
RGB
CMYK
RGB Variations
Color information
#47EACF (or 0x47EACF) is known color: Turquoise. HEX triplet: 47, EA and CF. RGB value is (71,234,207). Sum of RGB (Red+Green+Blue) = 71+234+207=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #47EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EACF is #B81530. Grayscale: #B6B6B6. Windows color (decimal): -12064049 or 13625927. OLE color: 13625927.
HSL color Cylindrical-coordinate representation of color #47EACF: hue angle of 170.06º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EACF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 234 | 207 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.08 |
| HSL | 170.06º | 0.8% | 0.6% | - |
| HSV(B) | 170.06º | 0.7% | 0.92% | - |
| XYZ | 43.28 | 64.69 | 69.24 | - |
| YUV | 182.19 | 142 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 234 | 207 | 0.70 | 0 | 0.12 | 0.08 | 170.06 | 0.8 | 0.6 |
| Hex | 47 | EA | CF | 46 | 0 | C | 8 | AA | 50 | 3C |
| Octal | 107 | 352 | 317 | 106 | 0 | 14 | 10 | 252 | 120 | 74 |
| Binary | 1000111 | 11101010 | 11001111 | 1000110 | 0 | 1100 | 1000 | 10101010 | 1010000 | 111100 |
Color Harmonies of #47EACF
Complementary color
Monochromatic Colors of #47EACF
Black with #47EACF
Text Example
Text Example
White with #47EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EACF; }
p { color: rgb(71,234,207); }
H1.HeaderClassName
{
color: #47EACF;
}
.AnyTagClassName
{
color: #47EACF;
}
</style>
background-color css
<style>
a { background-color: #47EACF; }
a { background-color: rgb(71,234,207); }
div.DivClassName
{
background-color: #47EACF;
}
.BgClassName
{
background-color: #47EACF;
}
</style>
border-color css
<style>
span { border-color: #47EACF; }
span { border-color: rgb(71,234,207); }
td.TdClassName
{
border-color: #47EACF;
}
.TagClassName
{
border-color: #47EACF;
}
</style>