Shades of Medium Turquoise #52DBBD
Tints of Medium Turquoise #52DBBD
RGB
CMYK
RGB Variations
Color information
#52DBBD (or 0x52DBBD) is known color: Medium Turquoise. HEX triplet: 52, DB and BD. RGB value is (82,219,189). Sum of RGB (Red+Green+Blue) = 82+219+189=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBBD is #AD2442. Grayscale: #AEAEAE. Windows color (decimal): -11347011 or 12442450. OLE color: 12442450.
HSL color Cylindrical-coordinate representation of color #52DBBD: hue angle of 166.86º 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 #52DBBD is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 189 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.14 |
| HSL | 166.86º | 0.66% | 0.59% | - |
| HSV(B) | 166.86º | 0.63% | 0.86% | - |
| XYZ | 38 | 56.13 | 56.98 | - |
| YUV | 174.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 189 | 0.63 | 0 | 0.14 | 0.14 | 166.86 | 0.66 | 0.59 |
| Hex | 52 | DB | BD | 3F | 0 | E | E | A7 | 42 | 3B |
| Octal | 122 | 333 | 275 | 77 | 0 | 16 | 16 | 247 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10111101 | 111111 | 0 | 1110 | 1110 | 10100111 | 1000010 | 111011 |
Color Harmonies of #52DBBD
Complementary color
Monochromatic Colors of #52DBBD
Black with #52DBBD
Text Example
Text Example
White with #52DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBBD; }
p { color: rgb(82,219,189); }
H1.HeaderClassName
{
color: #52DBBD;
}
.AnyTagClassName
{
color: #52DBBD;
}
</style>
background-color css
<style>
a { background-color: #52DBBD; }
a { background-color: rgb(82,219,189); }
div.DivClassName
{
background-color: #52DBBD;
}
.BgClassName
{
background-color: #52DBBD;
}
</style>
border-color css
<style>
span { border-color: #52DBBD; }
span { border-color: rgb(82,219,189); }
td.TdClassName
{
border-color: #52DBBD;
}
.TagClassName
{
border-color: #52DBBD;
}
</style>