#52DAD7

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

Shades of Medium Turquoise #52DAD7

Tints of Medium Turquoise #52DAD7

Color information

#52DAD7 (or 0x52DAD7) is unknown color: approx Medium Turquoise. HEX triplet: 52, DA and D7. RGB value is (82,218,215). Sum of RGB (Red+Green+Blue) = 82+218+215=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #52DAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DAD7 is #AD2528. Grayscale: #B0B0B0. Windows color (decimal): -11347241 or 14146130. OLE color: 14146130.

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

Color convert

RGB82218215-
CMYK0.6200.010.15
HSL178.68º64.76%58.82%-
HSV(B)178.68º62.39%85.49%-
XYZ40.8256.8473.11-
YUV176.99149.4460.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.92%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=15.92%
G=42.33%
B=41.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822182150.6200.010.15178.6864.7658.82
Hex52DAD73E01Fb3413b
Octal12233232776011726310173
Binary10100101101101011010111111110011111101100111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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