Shades of Medium Turquoise #52DBD3
Tints of Medium Turquoise #52DBD3
RGB
CMYK
RGB Variations
Color information
#52DBD3 (or 0x52DBD3) is known color: Medium Turquoise. HEX triplet: 52, DB and D3. RGB value is (82,219,211). Sum of RGB (Red+Green+Blue) = 82+219+211=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBD3 is #AD242C. Grayscale: #B1B1B1. Windows color (decimal): -11346989 or 13884242. OLE color: 13884242.
HSL color Cylindrical-coordinate representation of color #52DBD3: hue angle of 176.5º 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 #52DBD3 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 211 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.14 |
| HSL | 176.5º | 0.66% | 0.59% | - |
| HSV(B) | 176.5º | 0.63% | 0.86% | - |
| XYZ | 40.57 | 57.16 | 70.52 | - |
| YUV | 177.13 | 147.11 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 211 | 0.63 | 0 | 0.04 | 0.14 | 176.5 | 0.66 | 0.59 |
| Hex | 52 | DB | D3 | 3F | 0 | 4 | E | B0 | 42 | 3B |
| Octal | 122 | 333 | 323 | 77 | 0 | 4 | 16 | 260 | 102 | 73 |
| Binary | 1010010 | 11011011 | 11010011 | 111111 | 0 | 100 | 1110 | 10110000 | 1000010 | 111011 |
Color Harmonies of #52DBD3
Complementary color
Monochromatic Colors of #52DBD3
Black with #52DBD3
Text Example
Text Example
White with #52DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBD3; }
p { color: rgb(82,219,211); }
H1.HeaderClassName
{
color: #52DBD3;
}
.AnyTagClassName
{
color: #52DBD3;
}
</style>
background-color css
<style>
a { background-color: #52DBD3; }
a { background-color: rgb(82,219,211); }
div.DivClassName
{
background-color: #52DBD3;
}
.BgClassName
{
background-color: #52DBD3;
}
</style>
border-color css
<style>
span { border-color: #52DBD3; }
span { border-color: rgb(82,219,211); }
td.TdClassName
{
border-color: #52DBD3;
}
.TagClassName
{
border-color: #52DBD3;
}
</style>