Shades of Medium Turquoise #52C2BD
Tints of Medium Turquoise #52C2BD
RGB
CMYK
RGB Variations
Color information
#52C2BD (or 0x52C2BD) is known color: Medium Turquoise. HEX triplet: 52, C2 and BD. RGB value is (82,194,189). Sum of RGB (Red+Green+Blue) = 82+194+189=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #52C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2BD is #AD3D42. Grayscale: #9F9F9F. Windows color (decimal): -11353411 or 12436050. OLE color: 12436050.
HSL color Cylindrical-coordinate representation of color #52C2BD: hue angle of 177.32º 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 #52C2BD is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 189 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.24 |
| HSL | 177.32º | 0.48% | 0.54% | - |
| HSV(B) | 177.32º | 0.58% | 0.76% | - |
| XYZ | 31.96 | 44.05 | 54.96 | - |
| YUV | 159.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 189 | 0.58 | 0 | 0.03 | 0.24 | 177.32 | 0.48 | 0.54 |
| Hex | 52 | C2 | BD | 3A | 0 | 3 | 18 | B1 | 30 | 36 |
| Octal | 122 | 302 | 275 | 72 | 0 | 3 | 30 | 261 | 60 | 66 |
| Binary | 1010010 | 11000010 | 10111101 | 111010 | 0 | 11 | 11000 | 10110001 | 110000 | 110110 |
Color Harmonies of #52C2BD
Complementary color
Monochromatic Colors of #52C2BD
Black with #52C2BD
Text Example
Text Example
White with #52C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2BD; }
p { color: rgb(82,194,189); }
H1.HeaderClassName
{
color: #52C2BD;
}
.AnyTagClassName
{
color: #52C2BD;
}
</style>
background-color css
<style>
a { background-color: #52C2BD; }
a { background-color: rgb(82,194,189); }
div.DivClassName
{
background-color: #52C2BD;
}
.BgClassName
{
background-color: #52C2BD;
}
</style>
border-color css
<style>
span { border-color: #52C2BD; }
span { border-color: rgb(82,194,189); }
td.TdClassName
{
border-color: #52C2BD;
}
.TagClassName
{
border-color: #52C2BD;
}
</style>