Shades of Medium Turquoise #52CECD
Tints of Medium Turquoise #52CECD
RGB
CMYK
RGB Variations
Color information
#52CECD (or 0x52CECD) is known color: Medium Turquoise. HEX triplet: 52, CE and CD. RGB value is (82,206,205). Sum of RGB (Red+Green+Blue) = 82+206+205=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #52CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CECD is #AD3132. Grayscale: #A8A8A8. Windows color (decimal): -11350323 or 13487698. OLE color: 13487698.
HSL color Cylindrical-coordinate representation of color #52CECD: hue angle of 179.52º 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 #52CECD is Cyan = 0.60, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 205 | - |
| CMYK | 0.60 | 0 | 0.00 | 0.19 |
| HSL | 179.52º | 0.56% | 0.56% | - |
| HSV(B) | 179.52º | 0.6% | 0.81% | - |
| XYZ | 36.57 | 50.34 | 65.55 | - |
| YUV | 168.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 205 | 0.60 | 0 | 0.00 | 0.19 | 179.52 | 0.56 | 0.56 |
| Hex | 52 | CE | CD | 3C | 0 | 0 | 13 | B4 | 38 | 38 |
| Octal | 122 | 316 | 315 | 74 | 0 | 0 | 23 | 264 | 70 | 70 |
| Binary | 1010010 | 11001110 | 11001101 | 111100 | 0 | 0 | 10011 | 10110100 | 111000 | 111000 |
Color Harmonies of #52CECD
Complementary color
Monochromatic Colors of #52CECD
Black with #52CECD
Text Example
Text Example
White with #52CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CECD; }
p { color: rgb(82,206,205); }
H1.HeaderClassName
{
color: #52CECD;
}
.AnyTagClassName
{
color: #52CECD;
}
</style>
background-color css
<style>
a { background-color: #52CECD; }
a { background-color: rgb(82,206,205); }
div.DivClassName
{
background-color: #52CECD;
}
.BgClassName
{
background-color: #52CECD;
}
</style>
border-color css
<style>
span { border-color: #52CECD; }
span { border-color: rgb(82,206,205); }
td.TdClassName
{
border-color: #52CECD;
}
.TagClassName
{
border-color: #52CECD;
}
</style>