#53DAD6

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

Shades of Medium Turquoise #53DAD6

Tints of Medium Turquoise #53DAD6

Color information

#53DAD6 (or 0x53DAD6) is unknown color: approx Medium Turquoise. HEX triplet: 53, DA and D6. RGB value is (83,218,214). Sum of RGB (Red+Green+Blue) = 83+218+214=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #53DAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DAD6 is #AC2529. Grayscale: #B1B1B1. Windows color (decimal): -11281706 or 14080595. OLE color: 14080595.

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

Color convert

RGB83218214-
CMYK0.6200.020.15
HSL178.22º64.59%59.02%-
HSV(B)178.22º61.93%85.49%-
XYZ40.7856.8472.44-
YUV177.18148.7760.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.12%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=16.12%
G=42.33%
B=41.55%

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
Decimal832182140.6200.020.15178.2264.5959.02
Hex53DAD63E02Fb2413b
Octal12333232676021726210173
Binary101001111011010110101101111100101111101100101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53DAD6; }

 p { color: rgb(83,218,214); }

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

<style>
 a { background-color: #53DAD6; }

 a { background-color: rgb(83,218,214); }

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

<style>
 span { border-color: #53DAD6; }

 span { border-color: rgb(83,218,214); }

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