#53DACC

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

Shades of Medium Turquoise #53DACC

Tints of Medium Turquoise #53DACC

Color information

#53DACC (or 0x53DACC) is unknown color: approx Medium Turquoise. HEX triplet: 53, DA and CC. RGB value is (83,218,204). Sum of RGB (Red+Green+Blue) = 83+218+204=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #53DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DACC is #AC2533. Grayscale: #AFAFAF. Windows color (decimal): -11281716 or 13425235. OLE color: 13425235.

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

Color convert

RGB83218204-
CMYK0.6200.060.15
HSL173.78º64.59%59.02%-
HSV(B)173.78º61.93%85.49%-
XYZ39.5456.3465.92-
YUV176.04143.7761.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.44%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=16.44%
G=43.17%
B=40.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832182040.6200.060.15173.7864.5959.02
Hex53DACC3E06Fae413b
Octal12333231476061725610173
Binary1010011110110101100110011111001101111101011101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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