Shades of Medium Turquoise #52D5BC
Tints of Medium Turquoise #52D5BC
RGB
CMYK
RGB Variations
Color information
#52D5BC (or 0x52D5BC) is known color: Medium Turquoise. HEX triplet: 52, D5 and BC. RGB value is (82,213,188). Sum of RGB (Red+Green+Blue) = 82+213+188=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #52D5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D5BC is #AD2A43. Grayscale: #AAAAAA. Windows color (decimal): -11348548 or 12375378. OLE color: 12375378.
HSL color Cylindrical-coordinate representation of color #52D5BC: hue angle of 168.55º degrees, saturation: 0.61, 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 #52D5BC is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 188 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.16 |
| HSL | 168.55º | 0.61% | 0.58% | - |
| HSV(B) | 168.55º | 0.62% | 0.84% | - |
| XYZ | 36.35 | 53.01 | 55.89 | - |
| YUV | 170.98 | 137.6 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 188 | 0.62 | 0 | 0.12 | 0.16 | 168.55 | 0.61 | 0.58 |
| Hex | 52 | D5 | BC | 3E | 0 | C | 10 | A9 | 3D | 3A |
| Octal | 122 | 325 | 274 | 76 | 0 | 14 | 20 | 251 | 75 | 72 |
| Binary | 1010010 | 11010101 | 10111100 | 111110 | 0 | 1100 | 10000 | 10101001 | 111101 | 111010 |
Color Harmonies of #52D5BC
Complementary color
Monochromatic Colors of #52D5BC
Black with #52D5BC
Text Example
Text Example
White with #52D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D5BC; }
p { color: rgb(82,213,188); }
H1.HeaderClassName
{
color: #52D5BC;
}
.AnyTagClassName
{
color: #52D5BC;
}
</style>
background-color css
<style>
a { background-color: #52D5BC; }
a { background-color: rgb(82,213,188); }
div.DivClassName
{
background-color: #52D5BC;
}
.BgClassName
{
background-color: #52D5BC;
}
</style>
border-color css
<style>
span { border-color: #52D5BC; }
span { border-color: rgb(82,213,188); }
td.TdClassName
{
border-color: #52D5BC;
}
.TagClassName
{
border-color: #52D5BC;
}
</style>