Shades of Medium Turquoise #52CDC5
Tints of Medium Turquoise #52CDC5
RGB
CMYK
RGB Variations
Color information
#52CDC5 (or 0x52CDC5) is known color: Medium Turquoise. HEX triplet: 52, CD and C5. RGB value is (82,205,197). Sum of RGB (Red+Green+Blue) = 82+205+197=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDC5 is #AD323A. Grayscale: #A7A7A7. Windows color (decimal): -11350587 or 12963154. OLE color: 12963154.
HSL color Cylindrical-coordinate representation of color #52CDC5: hue angle of 176.1º degrees, saturation: 0.55, 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 #52CDC5 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 197 | - |
| CMYK | 0.6 | 0 | 0.04 | 0.20 |
| HSL | 176.1º | 0.55% | 0.56% | - |
| HSV(B) | 176.1º | 0.6% | 0.8% | - |
| XYZ | 35.39 | 49.49 | 60.51 | - |
| YUV | 167.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 197 | 0.6 | 0 | 0.04 | 0.20 | 176.1 | 0.55 | 0.56 |
| Hex | 52 | CD | C5 | 3C | 0 | 4 | 14 | B0 | 37 | 38 |
| Octal | 122 | 315 | 305 | 74 | 0 | 4 | 24 | 260 | 67 | 70 |
| Binary | 1010010 | 11001101 | 11000101 | 111100 | 0 | 100 | 10100 | 10110000 | 110111 | 111000 |
Color Harmonies of #52CDC5
Complementary color
Monochromatic Colors of #52CDC5
Black with #52CDC5
Text Example
Text Example
White with #52CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDC5; }
p { color: rgb(82,205,197); }
H1.HeaderClassName
{
color: #52CDC5;
}
.AnyTagClassName
{
color: #52CDC5;
}
</style>
background-color css
<style>
a { background-color: #52CDC5; }
a { background-color: rgb(82,205,197); }
div.DivClassName
{
background-color: #52CDC5;
}
.BgClassName
{
background-color: #52CDC5;
}
</style>
border-color css
<style>
span { border-color: #52CDC5; }
span { border-color: rgb(82,205,197); }
td.TdClassName
{
border-color: #52CDC5;
}
.TagClassName
{
border-color: #52CDC5;
}
</style>