Shades of Medium Turquoise #52DCCF
Tints of Medium Turquoise #52DCCF
RGB
CMYK
RGB Variations
Color information
#52DCCF (or 0x52DCCF) is known color: Medium Turquoise. HEX triplet: 52, DC and CF. RGB value is (82,220,207). Sum of RGB (Red+Green+Blue) = 82+220+207=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCCF is #AD2330. Grayscale: #B1B1B1. Windows color (decimal): -11346737 or 13622354. OLE color: 13622354.
HSL color Cylindrical-coordinate representation of color #52DCCF: hue angle of 174.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCCF is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 207 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.14 |
| HSL | 174.35º | 0.66% | 0.59% | - |
| HSV(B) | 174.35º | 0.63% | 0.86% | - |
| XYZ | 40.34 | 57.49 | 68 | - |
| YUV | 177.26 | 144.78 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 207 | 0.63 | 0 | 0.06 | 0.14 | 174.35 | 0.66 | 0.59 |
| Hex | 52 | DC | CF | 3F | 0 | 6 | E | AE | 42 | 3B |
| Octal | 122 | 334 | 317 | 77 | 0 | 6 | 16 | 256 | 102 | 73 |
| Binary | 1010010 | 11011100 | 11001111 | 111111 | 0 | 110 | 1110 | 10101110 | 1000010 | 111011 |
Color Harmonies of #52DCCF
Complementary color
Monochromatic Colors of #52DCCF
Black with #52DCCF
Text Example
Text Example
White with #52DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCCF; }
p { color: rgb(82,220,207); }
H1.HeaderClassName
{
color: #52DCCF;
}
.AnyTagClassName
{
color: #52DCCF;
}
</style>
background-color css
<style>
a { background-color: #52DCCF; }
a { background-color: rgb(82,220,207); }
div.DivClassName
{
background-color: #52DCCF;
}
.BgClassName
{
background-color: #52DCCF;
}
</style>
border-color css
<style>
span { border-color: #52DCCF; }
span { border-color: rgb(82,220,207); }
td.TdClassName
{
border-color: #52DCCF;
}
.TagClassName
{
border-color: #52DCCF;
}
</style>