Shades of Medium Turquoise #52C2C6
Tints of Medium Turquoise #52C2C6
RGB
CMYK
RGB Variations
Color information
#52C2C6 (or 0x52C2C6) is known color: Medium Turquoise. HEX triplet: 52, C2 and C6. RGB value is (82,194,198). Sum of RGB (Red+Green+Blue) = 82+194+198=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #52C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2C6 is #AD3D39. Grayscale: #A0A0A0. Windows color (decimal): -11353402 or 13025874. OLE color: 13025874.
HSL color Cylindrical-coordinate representation of color #52C2C6: hue angle of 182.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C2C6 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 194 | 198 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.22 |
| HSL | 182.07º | 0.5% | 0.55% | - |
| HSV(B) | 182.07º | 0.59% | 0.78% | - |
| XYZ | 32.96 | 44.45 | 60.27 | - |
| YUV | 160.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 198 | 0.59 | 0.02 | 0 | 0.22 | 182.07 | 0.5 | 0.55 |
| Hex | 52 | C2 | C6 | 3B | 2 | 0 | 16 | B6 | 32 | 37 |
| Octal | 122 | 302 | 306 | 73 | 2 | 0 | 26 | 266 | 62 | 67 |
| Binary | 1010010 | 11000010 | 11000110 | 111011 | 10 | 0 | 10110 | 10110110 | 110010 | 110111 |
Color Harmonies of #52C2C6
Complementary color
Monochromatic Colors of #52C2C6
Black with #52C2C6
Text Example
Text Example
White with #52C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2C6; }
p { color: rgb(82,194,198); }
H1.HeaderClassName
{
color: #52C2C6;
}
.AnyTagClassName
{
color: #52C2C6;
}
</style>
background-color css
<style>
a { background-color: #52C2C6; }
a { background-color: rgb(82,194,198); }
div.DivClassName
{
background-color: #52C2C6;
}
.BgClassName
{
background-color: #52C2C6;
}
</style>
border-color css
<style>
span { border-color: #52C2C6; }
span { border-color: rgb(82,194,198); }
td.TdClassName
{
border-color: #52C2C6;
}
.TagClassName
{
border-color: #52C2C6;
}
</style>