#53D6DA

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

Shades of Medium Turquoise #53D6DA

Tints of Medium Turquoise #53D6DA

Color information

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

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

Color convert

RGB83214218-
CMYK0.620.0200.15
HSL181.78º64.59%59.02%-
HSV(B)181.78º61.93%85.49%-
XYZ40.2754.9974.82-
YUV175.29152.162.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832142180.620.0200.15181.7864.5959.02
Hex53D6DA3E20Fb6413b
Octal12332633276201726610173
Binary101001111010110110110101111101001111101101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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