#52DDD6

Color #52DDD6 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #52DDD6

Tints of Medium Turquoise #52DDD6

Color information

#52DDD6 (or 0x52DDD6) is unknown color: approx Medium Turquoise. HEX triplet: 52, DD and D6. RGB value is (82,221,214). Sum of RGB (Red+Green+Blue) = 82+221+214=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDD6 is #AD2229. Grayscale: #B2B2B2. Windows color (decimal): -11346474 or 14081362. OLE color: 14081362.

HSL color Cylindrical-coordinate representation of color #52DDD6: hue angle of 176.98º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DDD6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB82221214-
CMYK0.6300.030.13
HSL176.98º67.15%59.41%-
HSV(B)176.98º62.9%86.67%-
XYZ41.4758.3672.7-
YUV178.64147.9559.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 15.86%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=15.86%
G=42.75%
B=41.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822212140.6300.030.13176.9867.1559.41
Hex52DDD63F03Db1433b
Octal12233532677031526110373
Binary101001011011101110101101111110111101101100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52DDD6; }

 p { color: rgb(82,221,214); }

 H1.HeaderClassName
 {
   color: #52DDD6;
 }
 .AnyTagClassName
 {
   color: #52DDD6;
 }
</style>
background-color css

<style>
 a { background-color: #52DDD6; }

 a { background-color: rgb(82,221,214); }

 div.DivClassName
 {
   background-color: #52DDD6;
 }
 .BgClassName
 {
   background-color: #52DDD6;
 }
</style>
border-color css

<style>
 span { border-color: #52DDD6; }

 span { border-color: rgb(82,221,214); }

 td.TdClassName
 {
   border-color: #52DDD6;
 }
 .TagClassName
 {
   border-color: #52DDD6;
 }
</style>