Shades of Medium Turquoise #52D5CC
Tints of Medium Turquoise #52D5CC
RGB
CMYK
RGB Variations
Color information
#52D5CC (or 0x52D5CC) is known color: Medium Turquoise. HEX triplet: 52, D5 and CC. RGB value is (82,213,204). Sum of RGB (Red+Green+Blue) = 82+213+204=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #52D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D5CC is #AD2A33. Grayscale: #ACACAC. Windows color (decimal): -11348532 or 13423954. OLE color: 13423954.
HSL color Cylindrical-coordinate representation of color #52D5CC: hue angle of 175.88º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D5CC is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 204 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.16 |
| HSL | 175.88º | 0.61% | 0.58% | - |
| HSV(B) | 175.88º | 0.62% | 0.84% | - |
| XYZ | 38.17 | 53.74 | 65.49 | - |
| YUV | 172.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 204 | 0.62 | 0 | 0.04 | 0.16 | 175.88 | 0.61 | 0.58 |
| Hex | 52 | D5 | CC | 3E | 0 | 4 | 10 | B0 | 3D | 3A |
| Octal | 122 | 325 | 314 | 76 | 0 | 4 | 20 | 260 | 75 | 72 |
| Binary | 1010010 | 11010101 | 11001100 | 111110 | 0 | 100 | 10000 | 10110000 | 111101 | 111010 |
Color Harmonies of #52D5CC
Complementary color
Monochromatic Colors of #52D5CC
Black with #52D5CC
Text Example
Text Example
White with #52D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D5CC; }
p { color: rgb(82,213,204); }
H1.HeaderClassName
{
color: #52D5CC;
}
.AnyTagClassName
{
color: #52D5CC;
}
</style>
background-color css
<style>
a { background-color: #52D5CC; }
a { background-color: rgb(82,213,204); }
div.DivClassName
{
background-color: #52D5CC;
}
.BgClassName
{
background-color: #52D5CC;
}
</style>
border-color css
<style>
span { border-color: #52D5CC; }
span { border-color: rgb(82,213,204); }
td.TdClassName
{
border-color: #52D5CC;
}
.TagClassName
{
border-color: #52D5CC;
}
</style>