Shades of Turquoise #47EEB5
Tints of Turquoise #47EEB5
RGB
CMYK
RGB Variations
Color information
#47EEB5 (or 0x47EEB5) is known color: Turquoise. HEX triplet: 47, EE and B5. RGB value is (71,238,181). Sum of RGB (Red+Green+Blue) = 71+238+181=490 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.49% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEB5 is #B8114A. Grayscale: #B5B5B5. Windows color (decimal): -12063051 or 11923015. OLE color: 11923015.
HSL color Cylindrical-coordinate representation of color #47EEB5: hue angle of 159.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EEB5 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 238 | 181 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.07 |
| HSL | 159.52º | 0.83% | 0.61% | - |
| HSV(B) | 159.52º | 0.7% | 0.93% | - |
| XYZ | 41.51 | 65.82 | 54.23 | - |
| YUV | 181.57 | 127.67 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 238 | 181 | 0.70 | 0 | 0.24 | 0.07 | 159.52 | 0.83 | 0.61 |
| Hex | 47 | EE | B5 | 46 | 0 | 18 | 7 | A0 | 53 | 3D |
| Octal | 107 | 356 | 265 | 106 | 0 | 30 | 7 | 240 | 123 | 75 |
| Binary | 1000111 | 11101110 | 10110101 | 1000110 | 0 | 11000 | 111 | 10100000 | 1010011 | 111101 |
Color Harmonies of #47EEB5
Complementary color
Monochromatic Colors of #47EEB5
Black with #47EEB5
Text Example
Text Example
White with #47EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EEB5; }
p { color: rgb(71,238,181); }
H1.HeaderClassName
{
color: #47EEB5;
}
.AnyTagClassName
{
color: #47EEB5;
}
</style>
background-color css
<style>
a { background-color: #47EEB5; }
a { background-color: rgb(71,238,181); }
div.DivClassName
{
background-color: #47EEB5;
}
.BgClassName
{
background-color: #47EEB5;
}
</style>
border-color css
<style>
span { border-color: #47EEB5; }
span { border-color: rgb(71,238,181); }
td.TdClassName
{
border-color: #47EEB5;
}
.TagClassName
{
border-color: #47EEB5;
}
</style>