Shades of Turquoise #47EDC2
Tints of Turquoise #47EDC2
RGB
CMYK
RGB Variations
Color information
#47EDC2 (or 0x47EDC2) is known color: Turquoise. HEX triplet: 47, ED and C2. RGB value is (71,237,194). Sum of RGB (Red+Green+Blue) = 71+237+194=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EDC2 is #B8123D. Grayscale: #B6B6B6. Windows color (decimal): -12063294 or 12774727. OLE color: 12774727.
HSL color Cylindrical-coordinate representation of color #47EDC2: hue angle of 164.46º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EDC2 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 237 | 194 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.07 |
| HSL | 164.46º | 0.82% | 0.6% | - |
| HSV(B) | 164.46º | 0.7% | 0.93% | - |
| XYZ | 42.62 | 65.8 | 61.49 | - |
| YUV | 182.46 | 134.5 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 237 | 194 | 0.70 | 0 | 0.18 | 0.07 | 164.46 | 0.82 | 0.6 |
| Hex | 47 | ED | C2 | 46 | 0 | 12 | 7 | A4 | 52 | 3C |
| Octal | 107 | 355 | 302 | 106 | 0 | 22 | 7 | 244 | 122 | 74 |
| Binary | 1000111 | 11101101 | 11000010 | 1000110 | 0 | 10010 | 111 | 10100100 | 1010010 | 111100 |
Color Harmonies of #47EDC2
Complementary color
Monochromatic Colors of #47EDC2
Black with #47EDC2
Text Example
Text Example
White with #47EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EDC2; }
p { color: rgb(71,237,194); }
H1.HeaderClassName
{
color: #47EDC2;
}
.AnyTagClassName
{
color: #47EDC2;
}
</style>
background-color css
<style>
a { background-color: #47EDC2; }
a { background-color: rgb(71,237,194); }
div.DivClassName
{
background-color: #47EDC2;
}
.BgClassName
{
background-color: #47EDC2;
}
</style>
border-color css
<style>
span { border-color: #47EDC2; }
span { border-color: rgb(71,237,194); }
td.TdClassName
{
border-color: #47EDC2;
}
.TagClassName
{
border-color: #47EDC2;
}
</style>