#53CAC5

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

Shades of Medium Turquoise #53CAC5

Tints of Medium Turquoise #53CAC5

Color information

#53CAC5 (or 0x53CAC5) is unknown color: approx Medium Turquoise. HEX triplet: 53, CA and C5. RGB value is (83,202,197). Sum of RGB (Red+Green+Blue) = 83+202+197=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CAC5 is #AC353A. Grayscale: #A5A5A5. Windows color (decimal): -11285819 or 12962387. OLE color: 12962387.

HSL color Cylindrical-coordinate representation of color #53CAC5: hue angle of 177.48º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAC5 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB83202197-
CMYK0.5900.020.21
HSL177.48º52.89%55.88%-
HSV(B)177.48º58.91%79.22%-
XYZ34.7748.1160.28-
YUV165.85145.5868.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.22%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=17.22%
G=41.91%
B=40.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021970.5900.020.21177.4852.8955.88
Hex53CAC53B0215b13538
Octal1233123057302252616570
Binary101001111001010110001011110110101010110110001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,202,197); }

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

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

 a { background-color: rgb(83,202,197); }

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

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

 span { border-color: rgb(83,202,197); }

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