Shades of Medium Turquoise #52C2BC
Tints of Medium Turquoise #52C2BC
RGB
CMYK
RGB Variations
Color information
#52C2BC (or 0x52C2BC) is known color: Medium Turquoise. HEX triplet: 52, C2 and BC. RGB value is (82,194,188). Sum of RGB (Red+Green+Blue) = 82+194+188=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #52C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2BC is #AD3D43. Grayscale: #9F9F9F. Windows color (decimal): -11353412 or 12370514. OLE color: 12370514.
HSL color Cylindrical-coordinate representation of color #52C2BC: hue angle of 176.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C2BC is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 188 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.24 |
| HSL | 176.79º | 0.48% | 0.54% | - |
| HSV(B) | 176.79º | 0.58% | 0.76% | - |
| XYZ | 31.85 | 44.01 | 54.39 | - |
| YUV | 159.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 188 | 0.58 | 0 | 0.03 | 0.24 | 176.79 | 0.48 | 0.54 |
| Hex | 52 | C2 | BC | 3A | 0 | 3 | 18 | B1 | 30 | 36 |
| Octal | 122 | 302 | 274 | 72 | 0 | 3 | 30 | 261 | 60 | 66 |
| Binary | 1010010 | 11000010 | 10111100 | 111010 | 0 | 11 | 11000 | 10110001 | 110000 | 110110 |
Color Harmonies of #52C2BC
Complementary color
Monochromatic Colors of #52C2BC
Black with #52C2BC
Text Example
Text Example
White with #52C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2BC; }
p { color: rgb(82,194,188); }
H1.HeaderClassName
{
color: #52C2BC;
}
.AnyTagClassName
{
color: #52C2BC;
}
</style>
background-color css
<style>
a { background-color: #52C2BC; }
a { background-color: rgb(82,194,188); }
div.DivClassName
{
background-color: #52C2BC;
}
.BgClassName
{
background-color: #52C2BC;
}
</style>
border-color css
<style>
span { border-color: #52C2BC; }
span { border-color: rgb(82,194,188); }
td.TdClassName
{
border-color: #52C2BC;
}
.TagClassName
{
border-color: #52C2BC;
}
</style>