Shades of Medium Turquoise #52CAC6
Tints of Medium Turquoise #52CAC6
RGB
CMYK
RGB Variations
Color information
#52CAC6 (or 0x52CAC6) is known color: Medium Turquoise. HEX triplet: 52, CA and C6. RGB value is (82,202,198). Sum of RGB (Red+Green+Blue) = 82+202+198=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #52CAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CAC6 is #AD3539. Grayscale: #A5A5A5. Windows color (decimal): -11351354 or 13027922. OLE color: 13027922.
HSL color Cylindrical-coordinate representation of color #52CAC6: hue angle of 178º 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 #52CAC6 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 198 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.21 |
| HSL | 178º | 0.53% | 0.56% | - |
| HSV(B) | 178º | 0.59% | 0.79% | - |
| XYZ | 34.79 | 48.11 | 60.88 | - |
| YUV | 165.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 198 | 0.59 | 0 | 0.02 | 0.21 | 178 | 0.53 | 0.56 |
| Hex | 52 | CA | C6 | 3B | 0 | 2 | 15 | B2 | 35 | 38 |
| Octal | 122 | 312 | 306 | 73 | 0 | 2 | 25 | 262 | 65 | 70 |
| Binary | 1010010 | 11001010 | 11000110 | 111011 | 0 | 10 | 10101 | 10110010 | 110101 | 111000 |
Color Harmonies of #52CAC6
Complementary color
Monochromatic Colors of #52CAC6
Black with #52CAC6
Text Example
Text Example
White with #52CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CAC6; }
p { color: rgb(82,202,198); }
H1.HeaderClassName
{
color: #52CAC6;
}
.AnyTagClassName
{
color: #52CAC6;
}
</style>
background-color css
<style>
a { background-color: #52CAC6; }
a { background-color: rgb(82,202,198); }
div.DivClassName
{
background-color: #52CAC6;
}
.BgClassName
{
background-color: #52CAC6;
}
</style>
border-color css
<style>
span { border-color: #52CAC6; }
span { border-color: rgb(82,202,198); }
td.TdClassName
{
border-color: #52CAC6;
}
.TagClassName
{
border-color: #52CAC6;
}
</style>