Shades of Medium Turquoise #52CEC3
Tints of Medium Turquoise #52CEC3
RGB
CMYK
RGB Variations
Color information
#52CEC3 (or 0x52CEC3) is known color: Medium Turquoise. HEX triplet: 52, CE and C3. RGB value is (82,206,195). Sum of RGB (Red+Green+Blue) = 82+206+195=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEC3 is #AD313C. Grayscale: #A7A7A7. Windows color (decimal): -11350333 or 12832338. OLE color: 12832338.
HSL color Cylindrical-coordinate representation of color #52CEC3: hue angle of 174.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEC3 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 195 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.19 |
| HSL | 174.68º | 0.56% | 0.56% | - |
| HSV(B) | 174.68º | 0.6% | 0.81% | - |
| XYZ | 35.4 | 49.88 | 59.39 | - |
| YUV | 167.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 195 | 0.60 | 0 | 0.05 | 0.19 | 174.68 | 0.56 | 0.56 |
| Hex | 52 | CE | C3 | 3C | 0 | 5 | 13 | AF | 38 | 38 |
| Octal | 122 | 316 | 303 | 74 | 0 | 5 | 23 | 257 | 70 | 70 |
| Binary | 1010010 | 11001110 | 11000011 | 111100 | 0 | 101 | 10011 | 10101111 | 111000 | 111000 |
Color Harmonies of #52CEC3
Complementary color
Monochromatic Colors of #52CEC3
Black with #52CEC3
Text Example
Text Example
White with #52CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEC3; }
p { color: rgb(82,206,195); }
H1.HeaderClassName
{
color: #52CEC3;
}
.AnyTagClassName
{
color: #52CEC3;
}
</style>
background-color css
<style>
a { background-color: #52CEC3; }
a { background-color: rgb(82,206,195); }
div.DivClassName
{
background-color: #52CEC3;
}
.BgClassName
{
background-color: #52CEC3;
}
</style>
border-color css
<style>
span { border-color: #52CEC3; }
span { border-color: rgb(82,206,195); }
td.TdClassName
{
border-color: #52CEC3;
}
.TagClassName
{
border-color: #52CEC3;
}
</style>