Shades of Medium Turquoise #52C8DC
Tints of Medium Turquoise #52C8DC
RGB
CMYK
RGB Variations
Color information
#52C8DC (or 0x52C8DC) is known color: Medium Turquoise. HEX triplet: 52, C8 and DC. RGB value is (82,200,220). Sum of RGB (Red+Green+Blue) = 82+200+220=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #52C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8DC is #AD3723. Grayscale: #A6A6A6. Windows color (decimal): -11351844 or 14469202. OLE color: 14469202.
HSL color Cylindrical-coordinate representation of color #52C8DC: hue angle of 188.7º 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 #52C8DC is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 200 | 220 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.14 |
| HSL | 188.7º | 0.66% | 0.59% | - |
| HSV(B) | 188.7º | 0.63% | 0.86% | - |
| XYZ | 37.05 | 48.27 | 75.07 | - |
| YUV | 167 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 220 | 0.63 | 0.09 | 0 | 0.14 | 188.7 | 0.66 | 0.59 |
| Hex | 52 | C8 | DC | 3F | 9 | 0 | E | BD | 42 | 3B |
| Octal | 122 | 310 | 334 | 77 | 11 | 0 | 16 | 275 | 102 | 73 |
| Binary | 1010010 | 11001000 | 11011100 | 111111 | 1001 | 0 | 1110 | 10111101 | 1000010 | 111011 |
Color Harmonies of #52C8DC
Complementary color
Monochromatic Colors of #52C8DC
Black with #52C8DC
Text Example
Text Example
White with #52C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8DC; }
p { color: rgb(82,200,220); }
H1.HeaderClassName
{
color: #52C8DC;
}
.AnyTagClassName
{
color: #52C8DC;
}
</style>
background-color css
<style>
a { background-color: #52C8DC; }
a { background-color: rgb(82,200,220); }
div.DivClassName
{
background-color: #52C8DC;
}
.BgClassName
{
background-color: #52C8DC;
}
</style>
border-color css
<style>
span { border-color: #52C8DC; }
span { border-color: rgb(82,200,220); }
td.TdClassName
{
border-color: #52C8DC;
}
.TagClassName
{
border-color: #52C8DC;
}
</style>