Shades of Medium Turquoise #52DBC1
Tints of Medium Turquoise #52DBC1
RGB
CMYK
RGB Variations
Color information
#52DBC1 (or 0x52DBC1) is known color: Medium Turquoise. HEX triplet: 52, DB and C1. RGB value is (82,219,193). Sum of RGB (Red+Green+Blue) = 82+219+193=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBC1 is #AD243E. Grayscale: #AFAFAF. Windows color (decimal): -11347007 or 12704594. OLE color: 12704594.
HSL color Cylindrical-coordinate representation of color #52DBC1: hue angle of 168.61º 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 #52DBC1 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 193 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.14 |
| HSL | 168.61º | 0.66% | 0.59% | - |
| HSV(B) | 168.61º | 0.63% | 0.86% | - |
| XYZ | 38.44 | 56.31 | 59.29 | - |
| YUV | 175.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 193 | 0.63 | 0 | 0.12 | 0.14 | 168.61 | 0.66 | 0.59 |
| Hex | 52 | DB | C1 | 3F | 0 | C | E | A9 | 42 | 3B |
| Octal | 122 | 333 | 301 | 77 | 0 | 14 | 16 | 251 | 102 | 73 |
| Binary | 1010010 | 11011011 | 11000001 | 111111 | 0 | 1100 | 1110 | 10101001 | 1000010 | 111011 |
Color Harmonies of #52DBC1
Complementary color
Monochromatic Colors of #52DBC1
Black with #52DBC1
Text Example
Text Example
White with #52DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBC1; }
p { color: rgb(82,219,193); }
H1.HeaderClassName
{
color: #52DBC1;
}
.AnyTagClassName
{
color: #52DBC1;
}
</style>
background-color css
<style>
a { background-color: #52DBC1; }
a { background-color: rgb(82,219,193); }
div.DivClassName
{
background-color: #52DBC1;
}
.BgClassName
{
background-color: #52DBC1;
}
</style>
border-color css
<style>
span { border-color: #52DBC1; }
span { border-color: rgb(82,219,193); }
td.TdClassName
{
border-color: #52DBC1;
}
.TagClassName
{
border-color: #52DBC1;
}
</style>