Shades of Medium Turquoise #52CDB7
Tints of Medium Turquoise #52CDB7
RGB
CMYK
RGB Variations
Color information
#52CDB7 (or 0x52CDB7) is known color: Medium Turquoise. HEX triplet: 52, CD and B7. RGB value is (82,205,183). Sum of RGB (Red+Green+Blue) = 82+205+183=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB7 is #AD3248. Grayscale: #A5A5A5. Windows color (decimal): -11350601 or 12045650. OLE color: 12045650.
HSL color Cylindrical-coordinate representation of color #52CDB7: hue angle of 169.27º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CDB7 is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 183 | - |
| CMYK | 0.6 | 0 | 0.11 | 0.20 |
| HSL | 169.27º | 0.55% | 0.56% | - |
| HSV(B) | 169.27º | 0.6% | 0.8% | - |
| XYZ | 33.86 | 48.88 | 52.45 | - |
| YUV | 165.72 | 137.75 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 183 | 0.6 | 0 | 0.11 | 0.20 | 169.27 | 0.55 | 0.56 |
| Hex | 52 | CD | B7 | 3C | 0 | B | 14 | A9 | 37 | 38 |
| Octal | 122 | 315 | 267 | 74 | 0 | 13 | 24 | 251 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10110111 | 111100 | 0 | 1011 | 10100 | 10101001 | 110111 | 111000 |
Color Harmonies of #52CDB7
Complementary color
Monochromatic Colors of #52CDB7
Black with #52CDB7
Text Example
Text Example
White with #52CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDB7; }
p { color: rgb(82,205,183); }
H1.HeaderClassName
{
color: #52CDB7;
}
.AnyTagClassName
{
color: #52CDB7;
}
</style>
background-color css
<style>
a { background-color: #52CDB7; }
a { background-color: rgb(82,205,183); }
div.DivClassName
{
background-color: #52CDB7;
}
.BgClassName
{
background-color: #52CDB7;
}
</style>
border-color css
<style>
span { border-color: #52CDB7; }
span { border-color: rgb(82,205,183); }
td.TdClassName
{
border-color: #52CDB7;
}
.TagClassName
{
border-color: #52CDB7;
}
</style>