Shades of Medium Turquoise #52DCCC
Tints of Medium Turquoise #52DCCC
RGB
CMYK
RGB Variations
Color information
#52DCCC (or 0x52DCCC) is known color: Medium Turquoise. HEX triplet: 52, DC and CC. RGB value is (82,220,204). Sum of RGB (Red+Green+Blue) = 82+220+204=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCCC is #AD2333. Grayscale: #B0B0B0. Windows color (decimal): -11346740 or 13425746. OLE color: 13425746.
HSL color Cylindrical-coordinate representation of color #52DCCC: hue angle of 173.04º 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 #52DCCC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 204 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.14 |
| HSL | 173.04º | 0.66% | 0.59% | - |
| HSV(B) | 173.04º | 0.63% | 0.86% | - |
| XYZ | 39.97 | 57.34 | 66.09 | - |
| YUV | 176.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 204 | 0.63 | 0 | 0.07 | 0.14 | 173.04 | 0.66 | 0.59 |
| Hex | 52 | DC | CC | 3F | 0 | 7 | E | AD | 42 | 3B |
| Octal | 122 | 334 | 314 | 77 | 0 | 7 | 16 | 255 | 102 | 73 |
| Binary | 1010010 | 11011100 | 11001100 | 111111 | 0 | 111 | 1110 | 10101101 | 1000010 | 111011 |
Color Harmonies of #52DCCC
Complementary color
Monochromatic Colors of #52DCCC
Black with #52DCCC
Text Example
Text Example
White with #52DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCCC; }
p { color: rgb(82,220,204); }
H1.HeaderClassName
{
color: #52DCCC;
}
.AnyTagClassName
{
color: #52DCCC;
}
</style>
background-color css
<style>
a { background-color: #52DCCC; }
a { background-color: rgb(82,220,204); }
div.DivClassName
{
background-color: #52DCCC;
}
.BgClassName
{
background-color: #52DCCC;
}
</style>
border-color css
<style>
span { border-color: #52DCCC; }
span { border-color: rgb(82,220,204); }
td.TdClassName
{
border-color: #52DCCC;
}
.TagClassName
{
border-color: #52DCCC;
}
</style>