Shades of Medium Turquoise #52CAC0
Tints of Medium Turquoise #52CAC0
RGB
CMYK
RGB Variations
Color information
#52CAC0 (or 0x52CAC0) is known color: Medium Turquoise. HEX triplet: 52, CA and C0. RGB value is (82,202,192). Sum of RGB (Red+Green+Blue) = 82+202+192=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #52CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CAC0 is #AD353F. Grayscale: #A4A4A4. Windows color (decimal): -11351360 or 12634706. OLE color: 12634706.
HSL color Cylindrical-coordinate representation of color #52CAC0: hue angle of 175º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CAC0 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 192 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.21 |
| HSL | 175º | 0.53% | 0.56% | - |
| HSV(B) | 175º | 0.59% | 0.79% | - |
| XYZ | 34.11 | 47.84 | 57.31 | - |
| YUV | 164.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 192 | 0.59 | 0 | 0.05 | 0.21 | 175 | 0.53 | 0.56 |
| Hex | 52 | CA | C0 | 3B | 0 | 5 | 15 | AF | 35 | 38 |
| Octal | 122 | 312 | 300 | 73 | 0 | 5 | 25 | 257 | 65 | 70 |
| Binary | 1010010 | 11001010 | 11000000 | 111011 | 0 | 101 | 10101 | 10101111 | 110101 | 111000 |
Color Harmonies of #52CAC0
Complementary color
Monochromatic Colors of #52CAC0
Black with #52CAC0
Text Example
Text Example
White with #52CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CAC0; }
p { color: rgb(82,202,192); }
H1.HeaderClassName
{
color: #52CAC0;
}
.AnyTagClassName
{
color: #52CAC0;
}
</style>
background-color css
<style>
a { background-color: #52CAC0; }
a { background-color: rgb(82,202,192); }
div.DivClassName
{
background-color: #52CAC0;
}
.BgClassName
{
background-color: #52CAC0;
}
</style>
border-color css
<style>
span { border-color: #52CAC0; }
span { border-color: rgb(82,202,192); }
td.TdClassName
{
border-color: #52CAC0;
}
.TagClassName
{
border-color: #52CAC0;
}
</style>