Shades of Turquoise #47EFC3
Tints of Turquoise #47EFC3
RGB
CMYK
RGB Variations
Color information
#47EFC3 (or 0x47EFC3) is known color: Turquoise. HEX triplet: 47, EF and C3. RGB value is (71,239,195). Sum of RGB (Red+Green+Blue) = 71+239+195=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFC3 is #B8103C. Grayscale: #B7B7B7. Windows color (decimal): -12062781 or 12840775. OLE color: 12840775.
HSL color Cylindrical-coordinate representation of color #47EFC3: hue angle of 164.29º 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 #47EFC3 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 239 | 195 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.06 |
| HSL | 164.29º | 0.84% | 0.61% | - |
| HSV(B) | 164.29º | 0.7% | 0.94% | - |
| XYZ | 43.32 | 67.01 | 62.28 | - |
| YUV | 183.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 195 | 0.70 | 0 | 0.18 | 0.06 | 164.29 | 0.84 | 0.61 |
| Hex | 47 | EF | C3 | 46 | 0 | 12 | 6 | A4 | 54 | 3D |
| Octal | 107 | 357 | 303 | 106 | 0 | 22 | 6 | 244 | 124 | 75 |
| Binary | 1000111 | 11101111 | 11000011 | 1000110 | 0 | 10010 | 110 | 10100100 | 1010100 | 111101 |
Color Harmonies of #47EFC3
Complementary color
Monochromatic Colors of #47EFC3
Black with #47EFC3
Text Example
Text Example
White with #47EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFC3; }
p { color: rgb(71,239,195); }
H1.HeaderClassName
{
color: #47EFC3;
}
.AnyTagClassName
{
color: #47EFC3;
}
</style>
background-color css
<style>
a { background-color: #47EFC3; }
a { background-color: rgb(71,239,195); }
div.DivClassName
{
background-color: #47EFC3;
}
.BgClassName
{
background-color: #47EFC3;
}
</style>
border-color css
<style>
span { border-color: #47EFC3; }
span { border-color: rgb(71,239,195); }
td.TdClassName
{
border-color: #47EFC3;
}
.TagClassName
{
border-color: #47EFC3;
}
</style>