Shades of Medium Turquoise #52DBBA
Tints of Medium Turquoise #52DBBA
RGB
CMYK
RGB Variations
Color information
#52DBBA (or 0x52DBBA) is known color: Medium Turquoise. HEX triplet: 52, DB and BA. RGB value is (82,219,186). Sum of RGB (Red+Green+Blue) = 82+219+186=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBBA is #AD2445. Grayscale: #AEAEAE. Windows color (decimal): -11347014 or 12245842. OLE color: 12245842.
HSL color Cylindrical-coordinate representation of color #52DBBA: hue angle of 165.55º 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 #52DBBA is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 186 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.14 |
| HSL | 165.55º | 0.66% | 0.59% | - |
| HSV(B) | 165.55º | 0.63% | 0.86% | - |
| XYZ | 37.67 | 56 | 55.28 | - |
| YUV | 174.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 186 | 0.63 | 0 | 0.15 | 0.14 | 165.55 | 0.66 | 0.59 |
| Hex | 52 | DB | BA | 3F | 0 | F | E | A6 | 42 | 3B |
| Octal | 122 | 333 | 272 | 77 | 0 | 17 | 16 | 246 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10111010 | 111111 | 0 | 1111 | 1110 | 10100110 | 1000010 | 111011 |
Color Harmonies of #52DBBA
Complementary color
Monochromatic Colors of #52DBBA
Black with #52DBBA
Text Example
Text Example
White with #52DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBBA; }
p { color: rgb(82,219,186); }
H1.HeaderClassName
{
color: #52DBBA;
}
.AnyTagClassName
{
color: #52DBBA;
}
</style>
background-color css
<style>
a { background-color: #52DBBA; }
a { background-color: rgb(82,219,186); }
div.DivClassName
{
background-color: #52DBBA;
}
.BgClassName
{
background-color: #52DBBA;
}
</style>
border-color css
<style>
span { border-color: #52DBBA; }
span { border-color: rgb(82,219,186); }
td.TdClassName
{
border-color: #52DBBA;
}
.TagClassName
{
border-color: #52DBBA;
}
</style>