Shades of Medium Turquoise #52CEC1
Tints of Medium Turquoise #52CEC1
RGB
CMYK
RGB Variations
Color information
#52CEC1 (or 0x52CEC1) is known color: Medium Turquoise. HEX triplet: 52, CE and C1. RGB value is (82,206,193). Sum of RGB (Red+Green+Blue) = 82+206+193=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEC1 is #AD313E. Grayscale: #A7A7A7. Windows color (decimal): -11350335 or 12701266. OLE color: 12701266.
HSL color Cylindrical-coordinate representation of color #52CEC1: hue angle of 173.71º 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 #52CEC1 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 193 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.19 |
| HSL | 173.71º | 0.56% | 0.56% | - |
| HSV(B) | 173.71º | 0.6% | 0.81% | - |
| XYZ | 35.18 | 49.79 | 58.21 | - |
| YUV | 167.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 193 | 0.60 | 0 | 0.06 | 0.19 | 173.71 | 0.56 | 0.56 |
| Hex | 52 | CE | C1 | 3C | 0 | 6 | 13 | AE | 38 | 38 |
| Octal | 122 | 316 | 301 | 74 | 0 | 6 | 23 | 256 | 70 | 70 |
| Binary | 1010010 | 11001110 | 11000001 | 111100 | 0 | 110 | 10011 | 10101110 | 111000 | 111000 |
Color Harmonies of #52CEC1
Complementary color
Monochromatic Colors of #52CEC1
Black with #52CEC1
Text Example
Text Example
White with #52CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEC1; }
p { color: rgb(82,206,193); }
H1.HeaderClassName
{
color: #52CEC1;
}
.AnyTagClassName
{
color: #52CEC1;
}
</style>
background-color css
<style>
a { background-color: #52CEC1; }
a { background-color: rgb(82,206,193); }
div.DivClassName
{
background-color: #52CEC1;
}
.BgClassName
{
background-color: #52CEC1;
}
</style>
border-color css
<style>
span { border-color: #52CEC1; }
span { border-color: rgb(82,206,193); }
td.TdClassName
{
border-color: #52CEC1;
}
.TagClassName
{
border-color: #52CEC1;
}
</style>