Shades of Medium Turquoise #52DCD4
Tints of Medium Turquoise #52DCD4
RGB
CMYK
RGB Variations
Color information
#52DCD4 (or 0x52DCD4) is known color: Medium Turquoise. HEX triplet: 52, DC and D4. RGB value is (82,220,212). Sum of RGB (Red+Green+Blue) = 82+220+212=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCD4 is #AD232B. Grayscale: #B1B1B1. Windows color (decimal): -11346732 or 13950034. OLE color: 13950034.
HSL color Cylindrical-coordinate representation of color #52DCD4: hue angle of 176.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCD4 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 212 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.14 |
| HSL | 176.52º | 0.66% | 0.59% | - |
| HSV(B) | 176.52º | 0.63% | 0.86% | - |
| XYZ | 40.96 | 57.73 | 71.27 | - |
| YUV | 177.83 | 147.28 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 212 | 0.63 | 0 | 0.04 | 0.14 | 176.52 | 0.66 | 0.59 |
| Hex | 52 | DC | D4 | 3F | 0 | 4 | E | B1 | 42 | 3B |
| Octal | 122 | 334 | 324 | 77 | 0 | 4 | 16 | 261 | 102 | 73 |
| Binary | 1010010 | 11011100 | 11010100 | 111111 | 0 | 100 | 1110 | 10110001 | 1000010 | 111011 |
Color Harmonies of #52DCD4
Complementary color
Monochromatic Colors of #52DCD4
Black with #52DCD4
Text Example
Text Example
White with #52DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCD4; }
p { color: rgb(82,220,212); }
H1.HeaderClassName
{
color: #52DCD4;
}
.AnyTagClassName
{
color: #52DCD4;
}
</style>
background-color css
<style>
a { background-color: #52DCD4; }
a { background-color: rgb(82,220,212); }
div.DivClassName
{
background-color: #52DCD4;
}
.BgClassName
{
background-color: #52DCD4;
}
</style>
border-color css
<style>
span { border-color: #52DCD4; }
span { border-color: rgb(82,220,212); }
td.TdClassName
{
border-color: #52DCD4;
}
.TagClassName
{
border-color: #52DCD4;
}
</style>