Shades of Medium Turquoise #52C3BD
Tints of Medium Turquoise #52C3BD
RGB
CMYK
RGB Variations
Color information
#52C3BD (or 0x52C3BD) is known color: Medium Turquoise. HEX triplet: 52, C3 and BD. RGB value is (82,195,189). Sum of RGB (Red+Green+Blue) = 82+195+189=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #52C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C3BD is #AD3C42. Grayscale: #A0A0A0. Windows color (decimal): -11353155 or 12436306. OLE color: 12436306.
HSL color Cylindrical-coordinate representation of color #52C3BD: hue angle of 176.81º 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 #52C3BD is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 189 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.24 |
| HSL | 176.81º | 0.48% | 0.54% | - |
| HSV(B) | 176.81º | 0.58% | 0.76% | - |
| XYZ | 32.18 | 44.5 | 55.04 | - |
| YUV | 160.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 189 | 0.58 | 0 | 0.03 | 0.24 | 176.81 | 0.48 | 0.54 |
| Hex | 52 | C3 | BD | 3A | 0 | 3 | 18 | B1 | 30 | 36 |
| Octal | 122 | 303 | 275 | 72 | 0 | 3 | 30 | 261 | 60 | 66 |
| Binary | 1010010 | 11000011 | 10111101 | 111010 | 0 | 11 | 11000 | 10110001 | 110000 | 110110 |
Color Harmonies of #52C3BD
Complementary color
Monochromatic Colors of #52C3BD
Black with #52C3BD
Text Example
Text Example
White with #52C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C3BD; }
p { color: rgb(82,195,189); }
H1.HeaderClassName
{
color: #52C3BD;
}
.AnyTagClassName
{
color: #52C3BD;
}
</style>
background-color css
<style>
a { background-color: #52C3BD; }
a { background-color: rgb(82,195,189); }
div.DivClassName
{
background-color: #52C3BD;
}
.BgClassName
{
background-color: #52C3BD;
}
</style>
border-color css
<style>
span { border-color: #52C3BD; }
span { border-color: rgb(82,195,189); }
td.TdClassName
{
border-color: #52C3BD;
}
.TagClassName
{
border-color: #52C3BD;
}
</style>