Shades of Medium Turquoise #52CDD5
Tints of Medium Turquoise #52CDD5
RGB
CMYK
RGB Variations
Color information
#52CDD5 (or 0x52CDD5) is known color: Medium Turquoise. HEX triplet: 52, CD and D5. RGB value is (82,205,213). Sum of RGB (Red+Green+Blue) = 82+205+213=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #52CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDD5 is #AD322A. Grayscale: #A8A8A8. Windows color (decimal): -11350571 or 14011730. OLE color: 14011730.
HSL color Cylindrical-coordinate representation of color #52CDD5: hue angle of 183.66º 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 #52CDD5 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 205 | 213 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.16 |
| HSL | 183.66º | 0.61% | 0.58% | - |
| HSV(B) | 183.66º | 0.62% | 0.84% | - |
| XYZ | 37.32 | 50.26 | 70.69 | - |
| YUV | 169.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 213 | 0.62 | 0.04 | 0 | 0.16 | 183.66 | 0.61 | 0.58 |
| Hex | 52 | CD | D5 | 3E | 4 | 0 | 10 | B8 | 3D | 3A |
| Octal | 122 | 315 | 325 | 76 | 4 | 0 | 20 | 270 | 75 | 72 |
| Binary | 1010010 | 11001101 | 11010101 | 111110 | 100 | 0 | 10000 | 10111000 | 111101 | 111010 |
Color Harmonies of #52CDD5
Complementary color
Monochromatic Colors of #52CDD5
Black with #52CDD5
Text Example
Text Example
White with #52CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDD5; }
p { color: rgb(82,205,213); }
H1.HeaderClassName
{
color: #52CDD5;
}
.AnyTagClassName
{
color: #52CDD5;
}
</style>
background-color css
<style>
a { background-color: #52CDD5; }
a { background-color: rgb(82,205,213); }
div.DivClassName
{
background-color: #52CDD5;
}
.BgClassName
{
background-color: #52CDD5;
}
</style>
border-color css
<style>
span { border-color: #52CDD5; }
span { border-color: rgb(82,205,213); }
td.TdClassName
{
border-color: #52CDD5;
}
.TagClassName
{
border-color: #52CDD5;
}
</style>