Shades of Medium Turquoise #52DCDB
Tints of Medium Turquoise #52DCDB
RGB
CMYK
RGB Variations
Color information
#52DCDB (or 0x52DCDB) is known color: Medium Turquoise. HEX triplet: 52, DC and DB. RGB value is (82,220,219). Sum of RGB (Red+Green+Blue) = 82+220+219=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCDB is #AD2324. Grayscale: #B2B2B2. Windows color (decimal): -11346725 or 14408786. OLE color: 14408786.
HSL color Cylindrical-coordinate representation of color #52DCDB: hue angle of 179.57º 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 #52DCDB is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 219 | - |
| CMYK | 0.63 | 0 | 0.00 | 0.14 |
| HSL | 179.57º | 0.66% | 0.59% | - |
| HSV(B) | 179.57º | 0.63% | 0.86% | - |
| XYZ | 41.86 | 58.09 | 76.03 | - |
| YUV | 178.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 219 | 0.63 | 0 | 0.00 | 0.14 | 179.57 | 0.66 | 0.59 |
| Hex | 52 | DC | DB | 3F | 0 | 0 | E | B4 | 42 | 3B |
| Octal | 122 | 334 | 333 | 77 | 0 | 0 | 16 | 264 | 102 | 73 |
| Binary | 1010010 | 11011100 | 11011011 | 111111 | 0 | 0 | 1110 | 10110100 | 1000010 | 111011 |
Color Harmonies of #52DCDB
Complementary color
Monochromatic Colors of #52DCDB
Black with #52DCDB
Text Example
Text Example
White with #52DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCDB; }
p { color: rgb(82,220,219); }
H1.HeaderClassName
{
color: #52DCDB;
}
.AnyTagClassName
{
color: #52DCDB;
}
</style>
background-color css
<style>
a { background-color: #52DCDB; }
a { background-color: rgb(82,220,219); }
div.DivClassName
{
background-color: #52DCDB;
}
.BgClassName
{
background-color: #52DCDB;
}
</style>
border-color css
<style>
span { border-color: #52DCDB; }
span { border-color: rgb(82,220,219); }
td.TdClassName
{
border-color: #52DCDB;
}
.TagClassName
{
border-color: #52DCDB;
}
</style>