Shades of Medium Turquoise #52C6DC
Tints of Medium Turquoise #52C6DC
RGB
CMYK
RGB Variations
Color information
#52C6DC (or 0x52C6DC) is known color: Medium Turquoise. HEX triplet: 52, C6 and DC. RGB value is (82,198,220). Sum of RGB (Red+Green+Blue) = 82+198+220=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #52C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C6DC is #AD3923. Grayscale: #A5A5A5. Windows color (decimal): -11352356 or 14468690. OLE color: 14468690.
HSL color Cylindrical-coordinate representation of color #52C6DC: hue angle of 189.57º 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 #52C6DC is Cyan = 0.63, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 198 | 220 | - |
| CMYK | 0.63 | 0.1 | 0 | 0.14 |
| HSL | 189.57º | 0.66% | 0.59% | - |
| HSV(B) | 189.57º | 0.63% | 0.86% | - |
| XYZ | 36.59 | 47.35 | 74.92 | - |
| YUV | 165.82 | 158.57 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 220 | 0.63 | 0.1 | 0 | 0.14 | 189.57 | 0.66 | 0.59 |
| Hex | 52 | C6 | DC | 3F | A | 0 | E | BE | 42 | 3B |
| Octal | 122 | 306 | 334 | 77 | 12 | 0 | 16 | 276 | 102 | 73 |
| Binary | 1010010 | 11000110 | 11011100 | 111111 | 1010 | 0 | 1110 | 10111110 | 1000010 | 111011 |
Color Harmonies of #52C6DC
Complementary color
Monochromatic Colors of #52C6DC
Black with #52C6DC
Text Example
Text Example
White with #52C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6DC; }
p { color: rgb(82,198,220); }
H1.HeaderClassName
{
color: #52C6DC;
}
.AnyTagClassName
{
color: #52C6DC;
}
</style>
background-color css
<style>
a { background-color: #52C6DC; }
a { background-color: rgb(82,198,220); }
div.DivClassName
{
background-color: #52C6DC;
}
.BgClassName
{
background-color: #52C6DC;
}
</style>
border-color css
<style>
span { border-color: #52C6DC; }
span { border-color: rgb(82,198,220); }
td.TdClassName
{
border-color: #52C6DC;
}
.TagClassName
{
border-color: #52C6DC;
}
</style>