Shades of Medium Turquoise #52DABC
Tints of Medium Turquoise #52DABC
RGB
CMYK
RGB Variations
Color information
#52DABC (or 0x52DABC) is known color: Medium Turquoise. HEX triplet: 52, DA and BC. RGB value is (82,218,188). Sum of RGB (Red+Green+Blue) = 82+218+188=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #52DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DABC is #AD2543. Grayscale: #ADADAD. Windows color (decimal): -11347268 or 12376658. OLE color: 12376658.
HSL color Cylindrical-coordinate representation of color #52DABC: hue angle of 166.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DABC is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 188 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.15 |
| HSL | 166.76º | 0.65% | 0.59% | - |
| HSV(B) | 166.76º | 0.62% | 0.85% | - |
| XYZ | 37.63 | 55.57 | 56.32 | - |
| YUV | 173.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 188 | 0.62 | 0 | 0.14 | 0.15 | 166.76 | 0.65 | 0.59 |
| Hex | 52 | DA | BC | 3E | 0 | E | F | A7 | 41 | 3B |
| Octal | 122 | 332 | 274 | 76 | 0 | 16 | 17 | 247 | 101 | 73 |
| Binary | 1010010 | 11011010 | 10111100 | 111110 | 0 | 1110 | 1111 | 10100111 | 1000001 | 111011 |
Color Harmonies of #52DABC
Complementary color
Monochromatic Colors of #52DABC
Black with #52DABC
Text Example
Text Example
White with #52DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DABC; }
p { color: rgb(82,218,188); }
H1.HeaderClassName
{
color: #52DABC;
}
.AnyTagClassName
{
color: #52DABC;
}
</style>
background-color css
<style>
a { background-color: #52DABC; }
a { background-color: rgb(82,218,188); }
div.DivClassName
{
background-color: #52DABC;
}
.BgClassName
{
background-color: #52DABC;
}
</style>
border-color css
<style>
span { border-color: #52DABC; }
span { border-color: rgb(82,218,188); }
td.TdClassName
{
border-color: #52DABC;
}
.TagClassName
{
border-color: #52DABC;
}
</style>