Shades of Medium Turquoise #52CED0
Tints of Medium Turquoise #52CED0
RGB
CMYK
RGB Variations
Color information
#52CED0 (or 0x52CED0) is known color: Medium Turquoise. HEX triplet: 52, CE and D0. RGB value is (82,206,208). Sum of RGB (Red+Green+Blue) = 82+206+208=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #52CED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CED0 is #AD312F. Grayscale: #A9A9A9. Windows color (decimal): -11350320 or 13684306. OLE color: 13684306.
HSL color Cylindrical-coordinate representation of color #52CED0: hue angle of 180.95º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CED0 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 206 | 208 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.18 |
| HSL | 180.95º | 0.57% | 0.57% | - |
| HSV(B) | 180.95º | 0.61% | 0.82% | - |
| XYZ | 36.94 | 50.49 | 67.47 | - |
| YUV | 169.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 208 | 0.61 | 0.01 | 0 | 0.18 | 180.95 | 0.57 | 0.57 |
| Hex | 52 | CE | D0 | 3D | 1 | 0 | 12 | B5 | 39 | 39 |
| Octal | 122 | 316 | 320 | 75 | 1 | 0 | 22 | 265 | 71 | 71 |
| Binary | 1010010 | 11001110 | 11010000 | 111101 | 1 | 0 | 10010 | 10110101 | 111001 | 111001 |
Color Harmonies of #52CED0
Complementary color
Monochromatic Colors of #52CED0
Black with #52CED0
Text Example
Text Example
White with #52CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CED0; }
p { color: rgb(82,206,208); }
H1.HeaderClassName
{
color: #52CED0;
}
.AnyTagClassName
{
color: #52CED0;
}
</style>
background-color css
<style>
a { background-color: #52CED0; }
a { background-color: rgb(82,206,208); }
div.DivClassName
{
background-color: #52CED0;
}
.BgClassName
{
background-color: #52CED0;
}
</style>
border-color css
<style>
span { border-color: #52CED0; }
span { border-color: rgb(82,206,208); }
td.TdClassName
{
border-color: #52CED0;
}
.TagClassName
{
border-color: #52CED0;
}
</style>