Shades of Turquoise #47EFC5
Tints of Turquoise #47EFC5
RGB
CMYK
RGB Variations
Color information
#47EFC5 (or 0x47EFC5) is known color: Turquoise. HEX triplet: 47, EF and C5. RGB value is (71,239,197). Sum of RGB (Red+Green+Blue) = 71+239+197=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFC5 is #B8103A. Grayscale: #B7B7B7. Windows color (decimal): -12062779 or 12971847. OLE color: 12971847.
HSL color Cylindrical-coordinate representation of color #47EFC5: hue angle of 165º 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 #47EFC5 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 239 | 197 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.06 |
| HSL | 165º | 0.84% | 0.61% | - |
| HSV(B) | 165º | 0.7% | 0.94% | - |
| XYZ | 43.54 | 67.1 | 63.48 | - |
| YUV | 183.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 197 | 0.70 | 0 | 0.18 | 0.06 | 165 | 0.84 | 0.61 |
| Hex | 47 | EF | C5 | 46 | 0 | 12 | 6 | A5 | 54 | 3D |
| Octal | 107 | 357 | 305 | 106 | 0 | 22 | 6 | 245 | 124 | 75 |
| Binary | 1000111 | 11101111 | 11000101 | 1000110 | 0 | 10010 | 110 | 10100101 | 1010100 | 111101 |
Color Harmonies of #47EFC5
Complementary color
Monochromatic Colors of #47EFC5
Black with #47EFC5
Text Example
Text Example
White with #47EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFC5; }
p { color: rgb(71,239,197); }
H1.HeaderClassName
{
color: #47EFC5;
}
.AnyTagClassName
{
color: #47EFC5;
}
</style>
background-color css
<style>
a { background-color: #47EFC5; }
a { background-color: rgb(71,239,197); }
div.DivClassName
{
background-color: #47EFC5;
}
.BgClassName
{
background-color: #47EFC5;
}
</style>
border-color css
<style>
span { border-color: #47EFC5; }
span { border-color: rgb(71,239,197); }
td.TdClassName
{
border-color: #47EFC5;
}
.TagClassName
{
border-color: #47EFC5;
}
</style>