Shades of Medium Turquoise #52DECF
Tints of Medium Turquoise #52DECF
RGB
CMYK
RGB Variations
Color information
#52DECF (or 0x52DECF) is known color: Medium Turquoise. HEX triplet: 52, DE and CF. RGB value is (82,222,207). Sum of RGB (Red+Green+Blue) = 82+222+207=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #52DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DECF is #AD2130. Grayscale: #B2B2B2. Windows color (decimal): -11346225 or 13622866. OLE color: 13622866.
HSL color Cylindrical-coordinate representation of color #52DECF: hue angle of 173.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DECF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 222 | 207 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.13 |
| HSL | 173.57º | 0.68% | 0.6% | - |
| HSV(B) | 173.57º | 0.63% | 0.87% | - |
| XYZ | 40.86 | 58.54 | 68.18 | - |
| YUV | 178.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 222 | 207 | 0.63 | 0 | 0.07 | 0.13 | 173.57 | 0.68 | 0.6 |
| Hex | 52 | DE | CF | 3F | 0 | 7 | D | AE | 44 | 3C |
| Octal | 122 | 336 | 317 | 77 | 0 | 7 | 15 | 256 | 104 | 74 |
| Binary | 1010010 | 11011110 | 11001111 | 111111 | 0 | 111 | 1101 | 10101110 | 1000100 | 111100 |
Color Harmonies of #52DECF
Complementary color
Monochromatic Colors of #52DECF
Black with #52DECF
Text Example
Text Example
White with #52DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DECF; }
p { color: rgb(82,222,207); }
H1.HeaderClassName
{
color: #52DECF;
}
.AnyTagClassName
{
color: #52DECF;
}
</style>
background-color css
<style>
a { background-color: #52DECF; }
a { background-color: rgb(82,222,207); }
div.DivClassName
{
background-color: #52DECF;
}
.BgClassName
{
background-color: #52DECF;
}
</style>
border-color css
<style>
span { border-color: #52DECF; }
span { border-color: rgb(82,222,207); }
td.TdClassName
{
border-color: #52DECF;
}
.TagClassName
{
border-color: #52DECF;
}
</style>