Shades of Medium Turquoise #52DCCB
Tints of Medium Turquoise #52DCCB
RGB
CMYK
RGB Variations
Color information
#52DCCB (or 0x52DCCB) is known color: Medium Turquoise. HEX triplet: 52, DC and CB. RGB value is (82,220,203). Sum of RGB (Red+Green+Blue) = 82+220+203=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCCB is #AD2334. Grayscale: #B0B0B0. Windows color (decimal): -11346741 or 13360210. OLE color: 13360210.
HSL color Cylindrical-coordinate representation of color #52DCCB: hue angle of 172.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 #52DCCB is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 203 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.14 |
| HSL | 172.61º | 0.66% | 0.59% | - |
| HSV(B) | 172.61º | 0.63% | 0.86% | - |
| XYZ | 39.85 | 57.29 | 65.46 | - |
| YUV | 176.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 203 | 0.63 | 0 | 0.08 | 0.14 | 172.61 | 0.66 | 0.59 |
| Hex | 52 | DC | CB | 3F | 0 | 8 | E | AD | 42 | 3B |
| Octal | 122 | 334 | 313 | 77 | 0 | 10 | 16 | 255 | 102 | 73 |
| Binary | 1010010 | 11011100 | 11001011 | 111111 | 0 | 1000 | 1110 | 10101101 | 1000010 | 111011 |
Color Harmonies of #52DCCB
Complementary color
Monochromatic Colors of #52DCCB
Black with #52DCCB
Text Example
Text Example
White with #52DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCCB; }
p { color: rgb(82,220,203); }
H1.HeaderClassName
{
color: #52DCCB;
}
.AnyTagClassName
{
color: #52DCCB;
}
</style>
background-color css
<style>
a { background-color: #52DCCB; }
a { background-color: rgb(82,220,203); }
div.DivClassName
{
background-color: #52DCCB;
}
.BgClassName
{
background-color: #52DCCB;
}
</style>
border-color css
<style>
span { border-color: #52DCCB; }
span { border-color: rgb(82,220,203); }
td.TdClassName
{
border-color: #52DCCB;
}
.TagClassName
{
border-color: #52DCCB;
}
</style>