#53DADC

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

Shades of Medium Turquoise #53DADC

Tints of Medium Turquoise #53DADC

Color information

#53DADC (or 0x53DADC) is unknown color: approx Medium Turquoise. HEX triplet: 53, DA and DC. RGB value is (83,218,220). Sum of RGB (Red+Green+Blue) = 83+218+220=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #53DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DADC is #AC2523. Grayscale: #B1B1B1. Windows color (decimal): -11281700 or 14473811. OLE color: 14473811.

HSL color Cylindrical-coordinate representation of color #53DADC: hue angle of 180.88º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DADC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB83218220-
CMYK0.620.0100.14
HSL180.88º66.18%59.41%-
HSV(B)180.88º62.27%86.27%-
XYZ41.5657.1576.55-
YUV177.86151.7760.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.93%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=15.93%
G=41.84%
B=42.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal832182200.620.0100.14180.8866.1859.41
Hex53DADC3E10Eb5423b
Octal12333233476101626510273
Binary10100111101101011011100111110101110101101011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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