Shades of Turquoise #52E9BA
Tints of Turquoise #52E9BA
RGB
CMYK
RGB Variations
Color information
#52E9BA (or 0x52E9BA) is known color: Turquoise. HEX triplet: 52, E9 and BA. RGB value is (82,233,186). Sum of RGB (Red+Green+Blue) = 82+233+186=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E9BA is #AD1645. Grayscale: #B6B6B6. Windows color (decimal): -11343430 or 12249426. OLE color: 12249426.
HSL color Cylindrical-coordinate representation of color #52E9BA: hue angle of 161.32º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E9BA is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 186 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.09 |
| HSL | 161.32º | 0.77% | 0.62% | - |
| HSV(B) | 161.32º | 0.65% | 0.91% | - |
| XYZ | 41.48 | 63.62 | 56.55 | - |
| YUV | 182.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 186 | 0.65 | 0 | 0.20 | 0.09 | 161.32 | 0.77 | 0.62 |
| Hex | 52 | E9 | BA | 41 | 0 | 14 | 9 | A1 | 4D | 3E |
| Octal | 122 | 351 | 272 | 101 | 0 | 24 | 11 | 241 | 115 | 76 |
| Binary | 1010010 | 11101001 | 10111010 | 1000001 | 0 | 10100 | 1001 | 10100001 | 1001101 | 111110 |
Color Harmonies of #52E9BA
Complementary color
Monochromatic Colors of #52E9BA
Black with #52E9BA
Text Example
Text Example
White with #52E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E9BA; }
p { color: rgb(82,233,186); }
H1.HeaderClassName
{
color: #52E9BA;
}
.AnyTagClassName
{
color: #52E9BA;
}
</style>
background-color css
<style>
a { background-color: #52E9BA; }
a { background-color: rgb(82,233,186); }
div.DivClassName
{
background-color: #52E9BA;
}
.BgClassName
{
background-color: #52E9BA;
}
</style>
border-color css
<style>
span { border-color: #52E9BA; }
span { border-color: rgb(82,233,186); }
td.TdClassName
{
border-color: #52E9BA;
}
.TagClassName
{
border-color: #52E9BA;
}
</style>