Shades of Medium Turquoise #52C5BD
Tints of Medium Turquoise #52C5BD
RGB
CMYK
RGB Variations
Color information
#52C5BD (or 0x52C5BD) is known color: Medium Turquoise. HEX triplet: 52, C5 and BD. RGB value is (82,197,189). Sum of RGB (Red+Green+Blue) = 82+197+189=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #52C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5BD is #AD3A42. Grayscale: #A1A1A1. Windows color (decimal): -11352643 or 12436818. OLE color: 12436818.
HSL color Cylindrical-coordinate representation of color #52C5BD: hue angle of 175.83º 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 #52C5BD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 189 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.23 |
| HSL | 175.83º | 0.5% | 0.55% | - |
| HSV(B) | 175.83º | 0.58% | 0.77% | - |
| XYZ | 32.63 | 45.4 | 55.19 | - |
| YUV | 161.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 189 | 0.58 | 0 | 0.04 | 0.23 | 175.83 | 0.5 | 0.55 |
| Hex | 52 | C5 | BD | 3A | 0 | 4 | 17 | B0 | 32 | 37 |
| Octal | 122 | 305 | 275 | 72 | 0 | 4 | 27 | 260 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10111101 | 111010 | 0 | 100 | 10111 | 10110000 | 110010 | 110111 |
Color Harmonies of #52C5BD
Complementary color
Monochromatic Colors of #52C5BD
Black with #52C5BD
Text Example
Text Example
White with #52C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C5BD; }
p { color: rgb(82,197,189); }
H1.HeaderClassName
{
color: #52C5BD;
}
.AnyTagClassName
{
color: #52C5BD;
}
</style>
background-color css
<style>
a { background-color: #52C5BD; }
a { background-color: rgb(82,197,189); }
div.DivClassName
{
background-color: #52C5BD;
}
.BgClassName
{
background-color: #52C5BD;
}
</style>
border-color css
<style>
span { border-color: #52C5BD; }
span { border-color: rgb(82,197,189); }
td.TdClassName
{
border-color: #52C5BD;
}
.TagClassName
{
border-color: #52C5BD;
}
</style>