Shades of Medium Turquoise #52C5BC
Tints of Medium Turquoise #52C5BC
RGB
CMYK
RGB Variations
Color information
#52C5BC (or 0x52C5BC) is known color: Medium Turquoise. HEX triplet: 52, C5 and BC. RGB value is (82,197,188). Sum of RGB (Red+Green+Blue) = 82+197+188=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #52C5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5BC is #AD3A43. Grayscale: #A1A1A1. Windows color (decimal): -11352644 or 12371282. OLE color: 12371282.
HSL color Cylindrical-coordinate representation of color #52C5BC: hue angle of 175.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C5BC is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 188 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.23 |
| HSL | 175.3º | 0.5% | 0.55% | - |
| HSV(B) | 175.3º | 0.58% | 0.77% | - |
| XYZ | 32.52 | 45.36 | 54.62 | - |
| YUV | 161.59 | 142.9 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 188 | 0.58 | 0 | 0.05 | 0.23 | 175.3 | 0.5 | 0.55 |
| Hex | 52 | C5 | BC | 3A | 0 | 5 | 17 | AF | 32 | 37 |
| Octal | 122 | 305 | 274 | 72 | 0 | 5 | 27 | 257 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10111100 | 111010 | 0 | 101 | 10111 | 10101111 | 110010 | 110111 |
Color Harmonies of #52C5BC
Complementary color
Monochromatic Colors of #52C5BC
Black with #52C5BC
Text Example
Text Example
White with #52C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C5BC; }
p { color: rgb(82,197,188); }
H1.HeaderClassName
{
color: #52C5BC;
}
.AnyTagClassName
{
color: #52C5BC;
}
</style>
background-color css
<style>
a { background-color: #52C5BC; }
a { background-color: rgb(82,197,188); }
div.DivClassName
{
background-color: #52C5BC;
}
.BgClassName
{
background-color: #52C5BC;
}
</style>
border-color css
<style>
span { border-color: #52C5BC; }
span { border-color: rgb(82,197,188); }
td.TdClassName
{
border-color: #52C5BC;
}
.TagClassName
{
border-color: #52C5BC;
}
</style>