Shades of Turquoise #47F3C2
Tints of Turquoise #47F3C2
RGB
CMYK
RGB Variations
Color information
#47F3C2 (or 0x47F3C2) is known color: Turquoise. HEX triplet: 47, F3 and C2. RGB value is (71,243,194). Sum of RGB (Red+Green+Blue) = 71+243+194=508 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.98% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #47F3C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F3C2 is #B80C3D. Grayscale: #BABABA. Windows color (decimal): -12061758 or 12776263. OLE color: 12776263.
HSL color Cylindrical-coordinate representation of color #47F3C2: hue angle of 162.91º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F3C2 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 243 | 194 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.05 |
| HSL | 162.91º | 0.88% | 0.62% | - |
| HSV(B) | 162.91º | 0.71% | 0.95% | - |
| XYZ | 44.39 | 69.34 | 62.08 | - |
| YUV | 185.99 | 132.52 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 243 | 194 | 0.71 | 0 | 0.20 | 0.05 | 162.91 | 0.88 | 0.62 |
| Hex | 47 | F3 | C2 | 47 | 0 | 14 | 5 | A3 | 58 | 3E |
| Octal | 107 | 363 | 302 | 107 | 0 | 24 | 5 | 243 | 130 | 76 |
| Binary | 1000111 | 11110011 | 11000010 | 1000111 | 0 | 10100 | 101 | 10100011 | 1011000 | 111110 |
Color Harmonies of #47F3C2
Complementary color
Monochromatic Colors of #47F3C2
Black with #47F3C2
Text Example
Text Example
White with #47F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F3C2; }
p { color: rgb(71,243,194); }
H1.HeaderClassName
{
color: #47F3C2;
}
.AnyTagClassName
{
color: #47F3C2;
}
</style>
background-color css
<style>
a { background-color: #47F3C2; }
a { background-color: rgb(71,243,194); }
div.DivClassName
{
background-color: #47F3C2;
}
.BgClassName
{
background-color: #47F3C2;
}
</style>
border-color css
<style>
span { border-color: #47F3C2; }
span { border-color: rgb(71,243,194); }
td.TdClassName
{
border-color: #47F3C2;
}
.TagClassName
{
border-color: #47F3C2;
}
</style>