Shades of Medium Turquoise #52DBDA
Tints of Medium Turquoise #52DBDA
RGB
CMYK
RGB Variations
Color information
#52DBDA (or 0x52DBDA) is known color: Medium Turquoise. HEX triplet: 52, DB and DA. RGB value is (82,219,218). Sum of RGB (Red+Green+Blue) = 82+219+218=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBDA is #AD2425. Grayscale: #B1B1B1. Windows color (decimal): -11346982 or 14342994. OLE color: 14342994.
HSL color Cylindrical-coordinate representation of color #52DBDA: hue angle of 179.56º 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 #52DBDA is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 218 | - |
| CMYK | 0.63 | 0 | 0.00 | 0.14 |
| HSL | 179.56º | 0.66% | 0.59% | - |
| HSV(B) | 179.56º | 0.63% | 0.86% | - |
| XYZ | 41.47 | 57.52 | 75.25 | - |
| YUV | 177.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 218 | 0.63 | 0 | 0.00 | 0.14 | 179.56 | 0.66 | 0.59 |
| Hex | 52 | DB | DA | 3F | 0 | 0 | E | B4 | 42 | 3B |
| Octal | 122 | 333 | 332 | 77 | 0 | 0 | 16 | 264 | 102 | 73 |
| Binary | 1010010 | 11011011 | 11011010 | 111111 | 0 | 0 | 1110 | 10110100 | 1000010 | 111011 |
Color Harmonies of #52DBDA
Complementary color
Monochromatic Colors of #52DBDA
Black with #52DBDA
Text Example
Text Example
White with #52DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBDA; }
p { color: rgb(82,219,218); }
H1.HeaderClassName
{
color: #52DBDA;
}
.AnyTagClassName
{
color: #52DBDA;
}
</style>
background-color css
<style>
a { background-color: #52DBDA; }
a { background-color: rgb(82,219,218); }
div.DivClassName
{
background-color: #52DBDA;
}
.BgClassName
{
background-color: #52DBDA;
}
</style>
border-color css
<style>
span { border-color: #52DBDA; }
span { border-color: rgb(82,219,218); }
td.TdClassName
{
border-color: #52DBDA;
}
.TagClassName
{
border-color: #52DBDA;
}
</style>