Shades of Medium Turquoise #52C8BB
Tints of Medium Turquoise #52C8BB
RGB
CMYK
RGB Variations
Color information
#52C8BB (or 0x52C8BB) is known color: Medium Turquoise. HEX triplet: 52, C8 and BB. RGB value is (82,200,187). Sum of RGB (Red+Green+Blue) = 82+200+187=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8BB is #AD3744. Grayscale: #A3A3A3. Windows color (decimal): -11351877 or 12306514. OLE color: 12306514.
HSL color Cylindrical-coordinate representation of color #52C8BB: hue angle of 173.39º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C8BB is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 187 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.22 |
| HSL | 173.39º | 0.52% | 0.55% | - |
| HSV(B) | 173.39º | 0.59% | 0.78% | - |
| XYZ | 33.1 | 46.69 | 54.28 | - |
| YUV | 163.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 187 | 0.59 | 0 | 0.06 | 0.22 | 173.39 | 0.52 | 0.55 |
| Hex | 52 | C8 | BB | 3B | 0 | 6 | 16 | AD | 34 | 37 |
| Octal | 122 | 310 | 273 | 73 | 0 | 6 | 26 | 255 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10111011 | 111011 | 0 | 110 | 10110 | 10101101 | 110100 | 110111 |
Color Harmonies of #52C8BB
Complementary color
Monochromatic Colors of #52C8BB
Black with #52C8BB
Text Example
Text Example
White with #52C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8BB; }
p { color: rgb(82,200,187); }
H1.HeaderClassName
{
color: #52C8BB;
}
.AnyTagClassName
{
color: #52C8BB;
}
</style>
background-color css
<style>
a { background-color: #52C8BB; }
a { background-color: rgb(82,200,187); }
div.DivClassName
{
background-color: #52C8BB;
}
.BgClassName
{
background-color: #52C8BB;
}
</style>
border-color css
<style>
span { border-color: #52C8BB; }
span { border-color: rgb(82,200,187); }
td.TdClassName
{
border-color: #52C8BB;
}
.TagClassName
{
border-color: #52C8BB;
}
</style>