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