Shades of Medium Turquoise #52CBC0
Tints of Medium Turquoise #52CBC0
RGB
CMYK
RGB Variations
Color information
#52CBC0 (or 0x52CBC0) is known color: Medium Turquoise. HEX triplet: 52, CB and C0. RGB value is (82,203,192). Sum of RGB (Red+Green+Blue) = 82+203+192=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBC0 is #AD343F. Grayscale: #A5A5A5. Windows color (decimal): -11351104 or 12634962. OLE color: 12634962.
HSL color Cylindrical-coordinate representation of color #52CBC0: hue angle of 174.55º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CBC0 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 192 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.20 |
| HSL | 174.55º | 0.54% | 0.56% | - |
| HSV(B) | 174.55º | 0.6% | 0.8% | - |
| XYZ | 34.35 | 48.31 | 57.38 | - |
| YUV | 165.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 192 | 0.60 | 0 | 0.05 | 0.20 | 174.55 | 0.54 | 0.56 |
| Hex | 52 | CB | C0 | 3C | 0 | 5 | 14 | AF | 36 | 38 |
| Octal | 122 | 313 | 300 | 74 | 0 | 5 | 24 | 257 | 66 | 70 |
| Binary | 1010010 | 11001011 | 11000000 | 111100 | 0 | 101 | 10100 | 10101111 | 110110 | 111000 |
Color Harmonies of #52CBC0
Complementary color
Monochromatic Colors of #52CBC0
Black with #52CBC0
Text Example
Text Example
White with #52CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBC0; }
p { color: rgb(82,203,192); }
H1.HeaderClassName
{
color: #52CBC0;
}
.AnyTagClassName
{
color: #52CBC0;
}
</style>
background-color css
<style>
a { background-color: #52CBC0; }
a { background-color: rgb(82,203,192); }
div.DivClassName
{
background-color: #52CBC0;
}
.BgClassName
{
background-color: #52CBC0;
}
</style>
border-color css
<style>
span { border-color: #52CBC0; }
span { border-color: rgb(82,203,192); }
td.TdClassName
{
border-color: #52CBC0;
}
.TagClassName
{
border-color: #52CBC0;
}
</style>