Shades of Medium Turquoise #52CECC
Tints of Medium Turquoise #52CECC
RGB
CMYK
RGB Variations
Color information
#52CECC (or 0x52CECC) is known color: Medium Turquoise. HEX triplet: 52, CE and CC. RGB value is (82,206,204). Sum of RGB (Red+Green+Blue) = 82+206+204=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #52CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CECC is #AD3133. Grayscale: #A8A8A8. Windows color (decimal): -11350324 or 13422162. OLE color: 13422162.
HSL color Cylindrical-coordinate representation of color #52CECC: hue angle of 179.03º 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 #52CECC is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 204 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.19 |
| HSL | 179.03º | 0.56% | 0.56% | - |
| HSV(B) | 179.03º | 0.6% | 0.81% | - |
| XYZ | 36.45 | 50.3 | 64.91 | - |
| YUV | 168.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 204 | 0.60 | 0 | 0.01 | 0.19 | 179.03 | 0.56 | 0.56 |
| Hex | 52 | CE | CC | 3C | 0 | 1 | 13 | B3 | 38 | 38 |
| Octal | 122 | 316 | 314 | 74 | 0 | 1 | 23 | 263 | 70 | 70 |
| Binary | 1010010 | 11001110 | 11001100 | 111100 | 0 | 1 | 10011 | 10110011 | 111000 | 111000 |
Color Harmonies of #52CECC
Complementary color
Monochromatic Colors of #52CECC
Black with #52CECC
Text Example
Text Example
White with #52CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CECC; }
p { color: rgb(82,206,204); }
H1.HeaderClassName
{
color: #52CECC;
}
.AnyTagClassName
{
color: #52CECC;
}
</style>
background-color css
<style>
a { background-color: #52CECC; }
a { background-color: rgb(82,206,204); }
div.DivClassName
{
background-color: #52CECC;
}
.BgClassName
{
background-color: #52CECC;
}
</style>
border-color css
<style>
span { border-color: #52CECC; }
span { border-color: rgb(82,206,204); }
td.TdClassName
{
border-color: #52CECC;
}
.TagClassName
{
border-color: #52CECC;
}
</style>