Shades of Medium Turquoise #52C5BF
Tints of Medium Turquoise #52C5BF
RGB
CMYK
RGB Variations
Color information
#52C5BF (or 0x52C5BF) is known color: Medium Turquoise. HEX triplet: 52, C5 and BF. RGB value is (82,197,191). Sum of RGB (Red+Green+Blue) = 82+197+191=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #52C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5BF is #AD3A40. Grayscale: #A1A1A1. Windows color (decimal): -11352641 or 12567890. OLE color: 12567890.
HSL color Cylindrical-coordinate representation of color #52C5BF: hue angle of 176.87º 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 #52C5BF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 191 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.23 |
| HSL | 176.87º | 0.5% | 0.55% | - |
| HSV(B) | 176.87º | 0.58% | 0.77% | - |
| XYZ | 32.85 | 45.49 | 56.34 | - |
| YUV | 161.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 191 | 0.58 | 0 | 0.03 | 0.23 | 176.87 | 0.5 | 0.55 |
| Hex | 52 | C5 | BF | 3A | 0 | 3 | 17 | B1 | 32 | 37 |
| Octal | 122 | 305 | 277 | 72 | 0 | 3 | 27 | 261 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10111111 | 111010 | 0 | 11 | 10111 | 10110001 | 110010 | 110111 |
Color Harmonies of #52C5BF
Complementary color
Monochromatic Colors of #52C5BF
Black with #52C5BF
Text Example
Text Example
White with #52C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C5BF; }
p { color: rgb(82,197,191); }
H1.HeaderClassName
{
color: #52C5BF;
}
.AnyTagClassName
{
color: #52C5BF;
}
</style>
background-color css
<style>
a { background-color: #52C5BF; }
a { background-color: rgb(82,197,191); }
div.DivClassName
{
background-color: #52C5BF;
}
.BgClassName
{
background-color: #52C5BF;
}
</style>
border-color css
<style>
span { border-color: #52C5BF; }
span { border-color: rgb(82,197,191); }
td.TdClassName
{
border-color: #52C5BF;
}
.TagClassName
{
border-color: #52C5BF;
}
</style>