Shades of Medium Turquoise #52CDD7
Tints of Medium Turquoise #52CDD7
RGB
CMYK
RGB Variations
Color information
#52CDD7 (or 0x52CDD7) is known color: Medium Turquoise. HEX triplet: 52, CD and D7. RGB value is (82,205,215). Sum of RGB (Red+Green+Blue) = 82+205+215=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #52CDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDD7 is #AD3228. Grayscale: #A9A9A9. Windows color (decimal): -11350569 or 14142802. OLE color: 14142802.
HSL color Cylindrical-coordinate representation of color #52CDD7: hue angle of 184.51º degrees, saturation: 0.62, 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 #52CDD7 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 205 | 215 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.16 |
| HSL | 184.51º | 0.62% | 0.58% | - |
| HSV(B) | 184.51º | 0.62% | 0.84% | - |
| XYZ | 37.58 | 50.36 | 72.03 | - |
| YUV | 169.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 215 | 0.62 | 0.05 | 0 | 0.16 | 184.51 | 0.62 | 0.58 |
| Hex | 52 | CD | D7 | 3E | 5 | 0 | 10 | B9 | 3E | 3A |
| Octal | 122 | 315 | 327 | 76 | 5 | 0 | 20 | 271 | 76 | 72 |
| Binary | 1010010 | 11001101 | 11010111 | 111110 | 101 | 0 | 10000 | 10111001 | 111110 | 111010 |
Color Harmonies of #52CDD7
Complementary color
Monochromatic Colors of #52CDD7
Black with #52CDD7
Text Example
Text Example
White with #52CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDD7; }
p { color: rgb(82,205,215); }
H1.HeaderClassName
{
color: #52CDD7;
}
.AnyTagClassName
{
color: #52CDD7;
}
</style>
background-color css
<style>
a { background-color: #52CDD7; }
a { background-color: rgb(82,205,215); }
div.DivClassName
{
background-color: #52CDD7;
}
.BgClassName
{
background-color: #52CDD7;
}
</style>
border-color css
<style>
span { border-color: #52CDD7; }
span { border-color: rgb(82,205,215); }
td.TdClassName
{
border-color: #52CDD7;
}
.TagClassName
{
border-color: #52CDD7;
}
</style>