#53DADF

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

Shades of Medium Turquoise #53DADF

Tints of Medium Turquoise #53DADF

Color information

#53DADF (or 0x53DADF) is unknown color: approx Medium Turquoise. HEX triplet: 53, DA and DF. RGB value is (83,218,223). Sum of RGB (Red+Green+Blue) = 83+218+223=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #53DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DADF is #AC2520. Grayscale: #B2B2B2. Windows color (decimal): -11281697 or 14670419. OLE color: 14670419.

HSL color Cylindrical-coordinate representation of color #53DADF: hue angle of 182.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DADF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83218223-
CMYK0.630.0200.13
HSL182.14º68.63%60%-
HSV(B)182.14º62.78%87.45%-
XYZ41.9657.3178.66-
YUV178.2153.2760.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.84%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=15.84%
G=41.60%
B=42.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832182230.630.0200.13182.1468.6360
Hex53DADF3F20Db6453c
Octal12333233777201526610574
Binary101001111011010110111111111111001101101101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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