Shades of Medium Turquoise #52D6BE
Tints of Medium Turquoise #52D6BE
RGB
CMYK
RGB Variations
Color information
#52D6BE (or 0x52D6BE) is known color: Medium Turquoise. HEX triplet: 52, D6 and BE. RGB value is (82,214,190). Sum of RGB (Red+Green+Blue) = 82+214+190=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #52D6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D6BE is #AD2941. Grayscale: #ABABAB. Windows color (decimal): -11348290 or 12506706. OLE color: 12506706.
HSL color Cylindrical-coordinate representation of color #52D6BE: hue angle of 169.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D6BE is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 190 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.16 |
| HSL | 169.09º | 0.62% | 0.58% | - |
| HSV(B) | 169.09º | 0.62% | 0.84% | - |
| XYZ | 36.82 | 53.6 | 57.12 | - |
| YUV | 171.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 190 | 0.62 | 0 | 0.11 | 0.16 | 169.09 | 0.62 | 0.58 |
| Hex | 52 | D6 | BE | 3E | 0 | B | 10 | A9 | 3E | 3A |
| Octal | 122 | 326 | 276 | 76 | 0 | 13 | 20 | 251 | 76 | 72 |
| Binary | 1010010 | 11010110 | 10111110 | 111110 | 0 | 1011 | 10000 | 10101001 | 111110 | 111010 |
Color Harmonies of #52D6BE
Complementary color
Monochromatic Colors of #52D6BE
Black with #52D6BE
Text Example
Text Example
White with #52D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D6BE; }
p { color: rgb(82,214,190); }
H1.HeaderClassName
{
color: #52D6BE;
}
.AnyTagClassName
{
color: #52D6BE;
}
</style>
background-color css
<style>
a { background-color: #52D6BE; }
a { background-color: rgb(82,214,190); }
div.DivClassName
{
background-color: #52D6BE;
}
.BgClassName
{
background-color: #52D6BE;
}
</style>
border-color css
<style>
span { border-color: #52D6BE; }
span { border-color: rgb(82,214,190); }
td.TdClassName
{
border-color: #52D6BE;
}
.TagClassName
{
border-color: #52D6BE;
}
</style>