Shades of Medium Turquoise #52DCD6
Tints of Medium Turquoise #52DCD6
RGB
CMYK
RGB Variations
Color information
#52DCD6 (or 0x52DCD6) is known color: Medium Turquoise. HEX triplet: 52, DC and D6. RGB value is (82,220,214). Sum of RGB (Red+Green+Blue) = 82+220+214=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCD6 is #AD2329. Grayscale: #B1B1B1. Windows color (decimal): -11346730 or 14081106. OLE color: 14081106.
HSL color Cylindrical-coordinate representation of color #52DCD6: hue angle of 177.39º 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 #52DCD6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 214 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.14 |
| HSL | 177.39º | 0.66% | 0.59% | - |
| HSV(B) | 177.39º | 0.63% | 0.86% | - |
| XYZ | 41.21 | 57.84 | 72.61 | - |
| YUV | 178.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 214 | 0.63 | 0 | 0.03 | 0.14 | 177.39 | 0.66 | 0.59 |
| Hex | 52 | DC | D6 | 3F | 0 | 3 | E | B1 | 42 | 3B |
| Octal | 122 | 334 | 326 | 77 | 0 | 3 | 16 | 261 | 102 | 73 |
| Binary | 1010010 | 11011100 | 11010110 | 111111 | 0 | 11 | 1110 | 10110001 | 1000010 | 111011 |
Color Harmonies of #52DCD6
Complementary color
Monochromatic Colors of #52DCD6
Black with #52DCD6
Text Example
Text Example
White with #52DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCD6; }
p { color: rgb(82,220,214); }
H1.HeaderClassName
{
color: #52DCD6;
}
.AnyTagClassName
{
color: #52DCD6;
}
</style>
background-color css
<style>
a { background-color: #52DCD6; }
a { background-color: rgb(82,220,214); }
div.DivClassName
{
background-color: #52DCD6;
}
.BgClassName
{
background-color: #52DCD6;
}
</style>
border-color css
<style>
span { border-color: #52DCD6; }
span { border-color: rgb(82,220,214); }
td.TdClassName
{
border-color: #52DCD6;
}
.TagClassName
{
border-color: #52DCD6;
}
</style>