Shades of Medium Turquoise #52DDDF
Tints of Medium Turquoise #52DDDF
RGB
CMYK
RGB Variations
Color information
#52DDDF (or 0x52DDDF) is known color: Medium Turquoise. HEX triplet: 52, DD and DF. RGB value is (82,221,223). Sum of RGB (Red+Green+Blue) = 82+221+223=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #52DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDDF is #AD2220. Grayscale: #B3B3B3. Windows color (decimal): -11346465 or 14671186. OLE color: 14671186.
HSL color Cylindrical-coordinate representation of color #52DDDF: hue angle of 180.85º degrees, saturation: 0.69, 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 #52DDDF is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 223 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.13 |
| HSL | 180.85º | 0.69% | 0.6% | - |
| HSV(B) | 180.85º | 0.63% | 0.87% | - |
| XYZ | 42.66 | 58.83 | 78.92 | - |
| YUV | 179.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 223 | 0.63 | 0.01 | 0 | 0.13 | 180.85 | 0.69 | 0.6 |
| Hex | 52 | DD | DF | 3F | 1 | 0 | D | B5 | 45 | 3C |
| Octal | 122 | 335 | 337 | 77 | 1 | 0 | 15 | 265 | 105 | 74 |
| Binary | 1010010 | 11011101 | 11011111 | 111111 | 1 | 0 | 1101 | 10110101 | 1000101 | 111100 |
Color Harmonies of #52DDDF
Complementary color
Monochromatic Colors of #52DDDF
Black with #52DDDF
Text Example
Text Example
White with #52DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DDDF; }
p { color: rgb(82,221,223); }
H1.HeaderClassName
{
color: #52DDDF;
}
.AnyTagClassName
{
color: #52DDDF;
}
</style>
background-color css
<style>
a { background-color: #52DDDF; }
a { background-color: rgb(82,221,223); }
div.DivClassName
{
background-color: #52DDDF;
}
.BgClassName
{
background-color: #52DDDF;
}
</style>
border-color css
<style>
span { border-color: #52DDDF; }
span { border-color: rgb(82,221,223); }
td.TdClassName
{
border-color: #52DDDF;
}
.TagClassName
{
border-color: #52DDDF;
}
</style>