Shades of Turquoise #52E8BB
Tints of Turquoise #52E8BB
RGB
CMYK
RGB Variations
Color information
#52E8BB (or 0x52E8BB) is known color: Turquoise. HEX triplet: 52, E8 and BB. RGB value is (82,232,187). Sum of RGB (Red+Green+Blue) = 82+232+187=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8BB is #AD1744. Grayscale: #B6B6B6. Windows color (decimal): -11343685 or 12314706. OLE color: 12314706.
HSL color Cylindrical-coordinate representation of color #52E8BB: hue angle of 162º 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 #52E8BB is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 187 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.09 |
| HSL | 162º | 0.77% | 0.62% | - |
| HSV(B) | 162º | 0.65% | 0.91% | - |
| XYZ | 41.31 | 63.09 | 57.02 | - |
| YUV | 182.02 | 130.81 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 187 | 0.65 | 0 | 0.19 | 0.09 | 162 | 0.77 | 0.62 |
| Hex | 52 | E8 | BB | 41 | 0 | 13 | 9 | A2 | 4D | 3E |
| Octal | 122 | 350 | 273 | 101 | 0 | 23 | 11 | 242 | 115 | 76 |
| Binary | 1010010 | 11101000 | 10111011 | 1000001 | 0 | 10011 | 1001 | 10100010 | 1001101 | 111110 |
Color Harmonies of #52E8BB
Complementary color
Monochromatic Colors of #52E8BB
Black with #52E8BB
Text Example
Text Example
White with #52E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E8BB; }
p { color: rgb(82,232,187); }
H1.HeaderClassName
{
color: #52E8BB;
}
.AnyTagClassName
{
color: #52E8BB;
}
</style>
background-color css
<style>
a { background-color: #52E8BB; }
a { background-color: rgb(82,232,187); }
div.DivClassName
{
background-color: #52E8BB;
}
.BgClassName
{
background-color: #52E8BB;
}
</style>
border-color css
<style>
span { border-color: #52E8BB; }
span { border-color: rgb(82,232,187); }
td.TdClassName
{
border-color: #52E8BB;
}
.TagClassName
{
border-color: #52E8BB;
}
</style>