Shades of Medium Turquoise #52CDB9
Tints of Medium Turquoise #52CDB9
RGB
CMYK
RGB Variations
Color information
#52CDB9 (or 0x52CDB9) is known color: Medium Turquoise. HEX triplet: 52, CD and B9. RGB value is (82,205,185). Sum of RGB (Red+Green+Blue) = 82+205+185=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB9 is #AD3246. Grayscale: #A5A5A5. Windows color (decimal): -11350599 or 12176722. OLE color: 12176722.
HSL color Cylindrical-coordinate representation of color #52CDB9: hue angle of 170.24º 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 #52CDB9 is Cyan = 0.6, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 185 | - |
| CMYK | 0.6 | 0 | 0.10 | 0.20 |
| HSL | 170.24º | 0.55% | 0.56% | - |
| HSV(B) | 170.24º | 0.6% | 0.8% | - |
| XYZ | 34.07 | 48.96 | 53.55 | - |
| YUV | 165.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 185 | 0.6 | 0 | 0.10 | 0.20 | 170.24 | 0.55 | 0.56 |
| Hex | 52 | CD | B9 | 3C | 0 | A | 14 | AA | 37 | 38 |
| Octal | 122 | 315 | 271 | 74 | 0 | 12 | 24 | 252 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10111001 | 111100 | 0 | 1010 | 10100 | 10101010 | 110111 | 111000 |
Color Harmonies of #52CDB9
Complementary color
Monochromatic Colors of #52CDB9
Black with #52CDB9
Text Example
Text Example
White with #52CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDB9; }
p { color: rgb(82,205,185); }
H1.HeaderClassName
{
color: #52CDB9;
}
.AnyTagClassName
{
color: #52CDB9;
}
</style>
background-color css
<style>
a { background-color: #52CDB9; }
a { background-color: rgb(82,205,185); }
div.DivClassName
{
background-color: #52CDB9;
}
.BgClassName
{
background-color: #52CDB9;
}
</style>
border-color css
<style>
span { border-color: #52CDB9; }
span { border-color: rgb(82,205,185); }
td.TdClassName
{
border-color: #52CDB9;
}
.TagClassName
{
border-color: #52CDB9;
}
</style>