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