#52DAD4

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

Shades of Medium Turquoise #52DAD4

Tints of Medium Turquoise #52DAD4

Color information

#52DAD4 (or 0x52DAD4) is unknown color: approx Medium Turquoise. HEX triplet: 52, DA and D4. RGB value is (82,218,212). Sum of RGB (Red+Green+Blue) = 82+218+212=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #52DAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DAD4 is #AD252B. Grayscale: #B0B0B0. Windows color (decimal): -11347244 or 13949522. OLE color: 13949522.

HSL color Cylindrical-coordinate representation of color #52DAD4: hue angle of 177.35º 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 #52DAD4 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB82218212-
CMYK0.6200.030.15
HSL177.35º64.76%58.82%-
HSV(B)177.35º62.39%85.49%-
XYZ40.4356.6971.1-
YUV176.65147.9460.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.02%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=16.02%
G=42.58%
B=41.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822182120.6200.030.15177.3564.7658.82
Hex52DAD43E03Fb1413b
Octal12233232476031726110173
Binary101001011011010110101001111100111111101100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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