Shades of Medium Turquoise #52DBBB
Tints of Medium Turquoise #52DBBB
RGB
CMYK
RGB Variations
Color information
#52DBBB (or 0x52DBBB) is known color: Medium Turquoise. HEX triplet: 52, DB and BB. RGB value is (82,219,187). Sum of RGB (Red+Green+Blue) = 82+219+187=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBBB is #AD2444. Grayscale: #AEAEAE. Windows color (decimal): -11347013 or 12311378. OLE color: 12311378.
HSL color Cylindrical-coordinate representation of color #52DBBB: hue angle of 165.99º 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 #52DBBB is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 187 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.14 |
| HSL | 165.99º | 0.66% | 0.59% | - |
| HSV(B) | 165.99º | 0.63% | 0.86% | - |
| XYZ | 37.78 | 56.04 | 55.84 | - |
| YUV | 174.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 187 | 0.63 | 0 | 0.15 | 0.14 | 165.99 | 0.66 | 0.59 |
| Hex | 52 | DB | BB | 3F | 0 | F | E | A6 | 42 | 3B |
| Octal | 122 | 333 | 273 | 77 | 0 | 17 | 16 | 246 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10111011 | 111111 | 0 | 1111 | 1110 | 10100110 | 1000010 | 111011 |
Color Harmonies of #52DBBB
Complementary color
Monochromatic Colors of #52DBBB
Black with #52DBBB
Text Example
Text Example
White with #52DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBBB; }
p { color: rgb(82,219,187); }
H1.HeaderClassName
{
color: #52DBBB;
}
.AnyTagClassName
{
color: #52DBBB;
}
</style>
background-color css
<style>
a { background-color: #52DBBB; }
a { background-color: rgb(82,219,187); }
div.DivClassName
{
background-color: #52DBBB;
}
.BgClassName
{
background-color: #52DBBB;
}
</style>
border-color css
<style>
span { border-color: #52DBBB; }
span { border-color: rgb(82,219,187); }
td.TdClassName
{
border-color: #52DBBB;
}
.TagClassName
{
border-color: #52DBBB;
}
</style>