#52DAD5

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

Shades of Medium Turquoise #52DAD5

Tints of Medium Turquoise #52DAD5

Color information

#52DAD5 (or 0x52DAD5) is unknown color: approx Medium Turquoise. HEX triplet: 52, DA and D5. RGB value is (82,218,213). Sum of RGB (Red+Green+Blue) = 82+218+213=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #52DAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DAD5 is #AD252A. Grayscale: #B0B0B0. Windows color (decimal): -11347243 or 14015058. OLE color: 14015058.

HSL color Cylindrical-coordinate representation of color #52DAD5: hue angle of 177.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DAD5 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB82218213-
CMYK0.6200.020.15
HSL177.79º64.76%58.82%-
HSV(B)177.79º62.39%85.49%-
XYZ40.5656.7471.77-
YUV176.77148.4460.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.98%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=15.98%
G=42.50%
B=41.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822182130.6200.020.15177.7964.7658.82
Hex52DAD53E02Fb2413b
Octal12233232576021726210173
Binary101001011011010110101011111100101111101100101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,218,213); }

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

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

 a { background-color: rgb(82,218,213); }

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

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

 span { border-color: rgb(82,218,213); }

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