Shades of Turquoise #47E4CF
Tints of Turquoise #47E4CF
RGB
CMYK
RGB Variations
Color information
#47E4CF (or 0x47E4CF) is known color: Turquoise. HEX triplet: 47, E4 and CF. RGB value is (71,228,207). Sum of RGB (Red+Green+Blue) = 71+228+207=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4CF is #B81B30. Grayscale: #B2B2B2. Windows color (decimal): -12065585 or 13624391. OLE color: 13624391.
HSL color Cylindrical-coordinate representation of color #47E4CF: hue angle of 171.97º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E4CF is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 228 | 207 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.11 |
| HSL | 171.97º | 0.74% | 0.59% | - |
| HSV(B) | 171.97º | 0.69% | 0.89% | - |
| XYZ | 41.6 | 61.33 | 68.68 | - |
| YUV | 178.66 | 143.99 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 228 | 207 | 0.69 | 0 | 0.09 | 0.11 | 171.97 | 0.74 | 0.59 |
| Hex | 47 | E4 | CF | 45 | 0 | 9 | B | AC | 4A | 3B |
| Octal | 107 | 344 | 317 | 105 | 0 | 11 | 13 | 254 | 112 | 73 |
| Binary | 1000111 | 11100100 | 11001111 | 1000101 | 0 | 1001 | 1011 | 10101100 | 1001010 | 111011 |
Color Harmonies of #47E4CF
Complementary color
Monochromatic Colors of #47E4CF
Black with #47E4CF
Text Example
Text Example
White with #47E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E4CF; }
p { color: rgb(71,228,207); }
H1.HeaderClassName
{
color: #47E4CF;
}
.AnyTagClassName
{
color: #47E4CF;
}
</style>
background-color css
<style>
a { background-color: #47E4CF; }
a { background-color: rgb(71,228,207); }
div.DivClassName
{
background-color: #47E4CF;
}
.BgClassName
{
background-color: #47E4CF;
}
</style>
border-color css
<style>
span { border-color: #47E4CF; }
span { border-color: rgb(71,228,207); }
td.TdClassName
{
border-color: #47E4CF;
}
.TagClassName
{
border-color: #47E4CF;
}
</style>