Shades of Medium Turquoise #52CCD5
Tints of Medium Turquoise #52CCD5
RGB
CMYK
RGB Variations
Color information
#52CCD5 (or 0x52CCD5) is known color: Medium Turquoise. HEX triplet: 52, CC and D5. RGB value is (82,204,213). Sum of RGB (Red+Green+Blue) = 82+204+213=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #52CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCD5 is #AD332A. Grayscale: #A8A8A8. Windows color (decimal): -11350827 or 14011474. OLE color: 14011474.
HSL color Cylindrical-coordinate representation of color #52CCD5: hue angle of 184.12º 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 #52CCD5 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 204 | 213 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.16 |
| HSL | 184.12º | 0.61% | 0.58% | - |
| HSV(B) | 184.12º | 0.62% | 0.84% | - |
| XYZ | 37.08 | 49.78 | 70.61 | - |
| YUV | 168.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 213 | 0.62 | 0.04 | 0 | 0.16 | 184.12 | 0.61 | 0.58 |
| Hex | 52 | CC | D5 | 3E | 4 | 0 | 10 | B8 | 3D | 3A |
| Octal | 122 | 314 | 325 | 76 | 4 | 0 | 20 | 270 | 75 | 72 |
| Binary | 1010010 | 11001100 | 11010101 | 111110 | 100 | 0 | 10000 | 10111000 | 111101 | 111010 |
Color Harmonies of #52CCD5
Complementary color
Monochromatic Colors of #52CCD5
Black with #52CCD5
Text Example
Text Example
White with #52CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCD5; }
p { color: rgb(82,204,213); }
H1.HeaderClassName
{
color: #52CCD5;
}
.AnyTagClassName
{
color: #52CCD5;
}
</style>
background-color css
<style>
a { background-color: #52CCD5; }
a { background-color: rgb(82,204,213); }
div.DivClassName
{
background-color: #52CCD5;
}
.BgClassName
{
background-color: #52CCD5;
}
</style>
border-color css
<style>
span { border-color: #52CCD5; }
span { border-color: rgb(82,204,213); }
td.TdClassName
{
border-color: #52CCD5;
}
.TagClassName
{
border-color: #52CCD5;
}
</style>