Shades of Medium Turquoise #52CDC1
Tints of Medium Turquoise #52CDC1
RGB
CMYK
RGB Variations
Color information
#52CDC1 (or 0x52CDC1) is known color: Medium Turquoise. HEX triplet: 52, CD and C1. RGB value is (82,205,193). Sum of RGB (Red+Green+Blue) = 82+205+193=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDC1 is #AD323E. Grayscale: #A6A6A6. Windows color (decimal): -11350591 or 12701010. OLE color: 12701010.
HSL color Cylindrical-coordinate representation of color #52CDC1: hue angle of 174.15º 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 #52CDC1 is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 193 | - |
| CMYK | 0.6 | 0 | 0.06 | 0.20 |
| HSL | 174.15º | 0.55% | 0.56% | - |
| HSV(B) | 174.15º | 0.6% | 0.8% | - |
| XYZ | 34.94 | 49.31 | 58.13 | - |
| YUV | 166.86 | 142.75 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 193 | 0.6 | 0 | 0.06 | 0.20 | 174.15 | 0.55 | 0.56 |
| Hex | 52 | CD | C1 | 3C | 0 | 6 | 14 | AE | 37 | 38 |
| Octal | 122 | 315 | 301 | 74 | 0 | 6 | 24 | 256 | 67 | 70 |
| Binary | 1010010 | 11001101 | 11000001 | 111100 | 0 | 110 | 10100 | 10101110 | 110111 | 111000 |
Color Harmonies of #52CDC1
Complementary color
Monochromatic Colors of #52CDC1
Black with #52CDC1
Text Example
Text Example
White with #52CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDC1; }
p { color: rgb(82,205,193); }
H1.HeaderClassName
{
color: #52CDC1;
}
.AnyTagClassName
{
color: #52CDC1;
}
</style>
background-color css
<style>
a { background-color: #52CDC1; }
a { background-color: rgb(82,205,193); }
div.DivClassName
{
background-color: #52CDC1;
}
.BgClassName
{
background-color: #52CDC1;
}
</style>
border-color css
<style>
span { border-color: #52CDC1; }
span { border-color: rgb(82,205,193); }
td.TdClassName
{
border-color: #52CDC1;
}
.TagClassName
{
border-color: #52CDC1;
}
</style>