Shades of Turquoise #52E9BD
Tints of Turquoise #52E9BD
RGB
CMYK
RGB Variations
Color information
#52E9BD (or 0x52E9BD) is known color: Turquoise. HEX triplet: 52, E9 and BD. RGB value is (82,233,189). Sum of RGB (Red+Green+Blue) = 82+233+189=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E9BD is #AD1642. Grayscale: #B6B6B6. Windows color (decimal): -11343427 or 12446034. OLE color: 12446034.
HSL color Cylindrical-coordinate representation of color #52E9BD: hue angle of 162.52º 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 #52E9BD is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 189 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.09 |
| HSL | 162.52º | 0.77% | 0.62% | - |
| HSV(B) | 162.52º | 0.65% | 0.91% | - |
| XYZ | 41.8 | 63.75 | 58.24 | - |
| YUV | 182.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 189 | 0.65 | 0 | 0.19 | 0.09 | 162.52 | 0.77 | 0.62 |
| Hex | 52 | E9 | BD | 41 | 0 | 13 | 9 | A3 | 4D | 3E |
| Octal | 122 | 351 | 275 | 101 | 0 | 23 | 11 | 243 | 115 | 76 |
| Binary | 1010010 | 11101001 | 10111101 | 1000001 | 0 | 10011 | 1001 | 10100011 | 1001101 | 111110 |
Color Harmonies of #52E9BD
Complementary color
Monochromatic Colors of #52E9BD
Black with #52E9BD
Text Example
Text Example
White with #52E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E9BD; }
p { color: rgb(82,233,189); }
H1.HeaderClassName
{
color: #52E9BD;
}
.AnyTagClassName
{
color: #52E9BD;
}
</style>
background-color css
<style>
a { background-color: #52E9BD; }
a { background-color: rgb(82,233,189); }
div.DivClassName
{
background-color: #52E9BD;
}
.BgClassName
{
background-color: #52E9BD;
}
</style>
border-color css
<style>
span { border-color: #52E9BD; }
span { border-color: rgb(82,233,189); }
td.TdClassName
{
border-color: #52E9BD;
}
.TagClassName
{
border-color: #52E9BD;
}
</style>